Html Css Color HEX #636212 Fiji Green

📋 copy color: '#636212'

red 99 ◦ green 98 ◦ blue 18

#636212
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #636212

Tints of Fiji Green #636212

RGB

 RED value IS 99 (39.06% from 255) = 46.05%

 GREEN value IS 98 (38.67% from 255) = 45.58%

 BLUE value IS 18 (7.42% from 255) = 8.37%

R = 46.05%
G = 45.58%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#636212 (or 0x636212) is known color: Fiji Green. HEX triplet: 63, 62 and 12. RGB value is (99,98,18). Sum of RGB (Red+Green+Blue) = 99+98+18=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #636212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #636212 is #9C9DED. Grayscale: #595959. Windows color (decimal): -10264046 or 1204835. OLE color: 1204835.

HSL color Cylindrical-coordinate representation of color #636212: hue angle of 59.26º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #636212 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 98 18 -
CMYK 0 0.01 0.82 0.61
HSL 59.26º 0.69% 0.23% -
HSV(B) 59.26º 0.82% 0.39% -
XYZ 9.62 11.43 2.27 -
YUV 89.18 87.83 135 -
System Red Green Blue C M Y K H S L
Decimal 99 98 18 0 0.01 0.82 0.61 59.26 0.69 0.23
Hex 63 62 12 0 1 52 3D 3B 45 17
Octal 143 142 22 0 1 122 75 73 105 27
Binary 1100011 1100010 10010 0 1 1010010 111101 111011 1000101 10111

Color Harmonies of #636212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636212

Black with #636212

Text Example


Text Example

White with #636212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636212; }

 p { color: rgb(99,98,18); }

 H1.HeaderClassName
 {
   color: #636212;
 }
 .AnyTagClassName
 {
   color: #636212;
 }
</style>

background-color css

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

 a { background-color: rgb(99,98,18); }

 div.DivClassName
 {
   background-color: #636212;
 }
 .BgClassName
 {
   background-color: #636212;
 }
</style>

border-color css

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

 span { border-color: rgb(99,98,18); }

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