Html Css Color HEX #00360F Deep Fir

📋 copy color: '#00360F'

red 0 ◦ green 54 ◦ blue 15

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

Shades of Deep Fir #00360F

Tints of Deep Fir #00360F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 21.74%

R = 0%
G = 78.26%
B = 21.74%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#00360F (or 0x00360F) is known color: Deep Fir. HEX triplet: 00, 36 and 0F. RGB value is (0,54,15). Sum of RGB (Red+Green+Blue) = 0+54+15=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 54 (21.48% from 255 or 78.26% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 54 - color contains mainly: green. Hex color #00360F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00360F is #FFC9F0. Grayscale: #212121. Windows color (decimal): -16763377 or 996864. OLE color: 996864.

HSL color Cylindrical-coordinate representation of color #00360F: hue angle of 136.67º 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 #00360F is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB 0 54 15 -
CMYK 1 0 0.72 0.79
HSL 136.67º 1% 0.11% -
HSV(B) 136.67º 1% 0.21% -
XYZ 1.41 2.67 0.89 -
YUV 33.41 117.61 104.17 -
System Red Green Blue C M Y K H S L
Decimal 0 54 15 1 0 0.72 0.79 136.67 1 0.11
Hex 0 36 F 64 0 48 4F 89 64 B
Octal 0 66 17 144 0 110 117 211 144 13
Binary 0 110110 1111 1100100 0 1001000 1001111 10001001 1100100 1011

Color Harmonies of #00360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00360F

Black with #00360F

Text Example


Text Example

White with #00360F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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