Html Css Color HEX #053612 Deep Fir

📋 copy color: '#053612'

red 5 ◦ green 54 ◦ blue 18

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

Shades of Deep Fir #053612

Tints of Deep Fir #053612

RGB

 RED value IS 5 (2.34% from 255) = 6.49%

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

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

R = 6.49%
G = 70.13%
B = 23.38%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#053612 (or 0x053612) is known color: Deep Fir. HEX triplet: 05, 36 and 12. RGB value is (5,54,18). Sum of RGB (Red+Green+Blue) = 5+54+18=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 54 (21.48% from 255 or 70.13% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 54 - color contains mainly: green. Hex color #053612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053612 is #FAC9ED. Grayscale: #232323. Windows color (decimal): -16435694 or 1193477. OLE color: 1193477.

HSL color Cylindrical-coordinate representation of color #053612: hue angle of 135.92º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053612 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 54 18 -
CMYK 0.91 0 0.67 0.79
HSL 135.92º 0.83% 0.12% -
HSV(B) 135.92º 0.91% 0.21% -
XYZ 1.49 2.71 1.02 -
YUV 35.25 118.27 106.43 -
System Red Green Blue C M Y K H S L
Decimal 5 54 18 0.91 0 0.67 0.79 135.92 0.83 0.12
Hex 5 36 12 5B 0 43 4F 88 53 C
Octal 5 66 22 133 0 103 117 210 123 14
Binary 101 110110 10010 1011011 0 1000011 1001111 10001000 1010011 1100

Color Harmonies of #053612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053612

Black with #053612

Text Example


Text Example

White with #053612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053612; }

 p { color: rgb(5,54,18); }

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

background-color css

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

 a { background-color: rgb(5,54,18); }

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

border-color css

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

 span { border-color: rgb(5,54,18); }

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