#636E14

Color #636E14 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #636E14

Tints of Fiji Green #636E14

Color information

#636E14 (or 0x636E14) is unknown color: approx Fiji Green. HEX triplet: 63, 6E and 14. RGB value is (99,110,20). Sum of RGB (Red+Green+Blue) = 99+110+20=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 110 (43.36% from 255 or 48.03% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 110 - color contains mainly: green. Hex color #636E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #636E14 is #9C91EB. Grayscale: #606060. Windows color (decimal): -10260972 or 1338979. OLE color: 1338979.

HSL color Cylindrical-coordinate representation of color #636E14: hue angle of 67.33º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #636E14 is Cyan = 0.1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.57.

Color convert

RGB9911020-
CMYK0.100.820.57
HSL67.33º69.23%25.49%-
HSV(B)67.33º81.82%43.14%-
XYZ10.8513.862.76-
YUV96.4584.86129.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 43.23%
GREEN value IS 110 (43.36% from 255) = 48.03%
BLUE value IS 20 (8.20% from 255) = 8.73%
R=43.23%
G=48.03%
B=8.73%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal99110200.100.820.5767.3369.2325.49
Hex636E14A05239434519
Octal143156241201227110310531
Binary11000111101110101001010010100101110011000011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636E14; }

 p { color: rgb(99,110,20); }

 H1.HeaderClassName
 {
   color: #636E14;
 }
 .AnyTagClassName
 {
   color: #636E14;
 }
</style>
background-color css

<style>
 a { background-color: #636E14; }

 a { background-color: rgb(99,110,20); }

 div.DivClassName
 {
   background-color: #636E14;
 }
 .BgClassName
 {
   background-color: #636E14;
 }
</style>
border-color css

<style>
 span { border-color: #636E14; }

 span { border-color: rgb(99,110,20); }

 td.TdClassName
 {
   border-color: #636E14;
 }
 .TagClassName
 {
   border-color: #636E14;
 }
</style>