Html Css Color HEX #00360C Deep Fir

📋 copy color: '#00360C'

red 0 ◦ green 54 ◦ blue 12

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

Shades of Deep Fir #00360C

Tints of Deep Fir #00360C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 54 (21.48% from 255) = 81.82%

 BLUE value IS 12 (5.08% from 255) = 18.18%

R = 0%
G = 81.82%
B = 18.18%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.78

 K value IS 0.79

RGB Variations

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

Color information

#00360C (or 0x00360C) is known color: Deep Fir. HEX triplet: 00, 36 and 0C. RGB value is (0,54,12). Sum of RGB (Red+Green+Blue) = 0+54+12=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 54 (21.48% from 255 or 81.82% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 54 - color contains mainly: green. Hex color #00360C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00360C is #FFC9F3. Grayscale: #212121. Windows color (decimal): -16763380 or 800256. OLE color: 800256.

HSL color Cylindrical-coordinate representation of color #00360C: hue angle of 133.33º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00360C is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.79.

Color convert

RGB 0 54 12 -
CMYK 1 0 0.78 0.79
HSL 133.33º 1% 0.11% -
HSV(B) 133.33º 1% 0.21% -
XYZ 1.39 2.66 0.79 -
YUV 33.07 116.11 104.42 -
System Red Green Blue C M Y K H S L
Decimal 0 54 12 1 0 0.78 0.79 133.33 1 0.11
Hex 0 36 C 64 0 4E 4F 85 64 B
Octal 0 66 14 144 0 116 117 205 144 13
Binary 0 110110 1100 1100100 0 1001110 1001111 10000101 1100100 1011

Color Harmonies of #00360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00360C

Black with #00360C

Text Example


Text Example

White with #00360C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00360C; }

 p { color: rgb(0,54,12); }

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

background-color css

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

 a { background-color: rgb(0,54,12); }

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

border-color css

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

 span { border-color: rgb(0,54,12); }

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