Html Css Color HEX #053012 Deep Fir

📋 copy color: '#053012'

red 5 ◦ green 48 ◦ blue 18

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

Shades of Deep Fir #053012

Tints of Deep Fir #053012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 67.61%

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

R = 7.04%
G = 67.61%
B = 25.35%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#053012 (or 0x053012) is known color: Deep Fir. HEX triplet: 05, 30 and 12. RGB value is (5,48,18). Sum of RGB (Red+Green+Blue) = 5+48+18=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 48 (19.14% from 255 or 67.61% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 48 - color contains mainly: green. Hex color #053012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053012 is #FACFED. Grayscale: #1F1F1F. Windows color (decimal): -16437230 or 1191941. OLE color: 1191941.

HSL color Cylindrical-coordinate representation of color #053012: hue angle of 138.14º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053012 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 48 18 -
CMYK 0.90 0 0.63 0.81
HSL 138.14º 0.81% 0.1% -
HSV(B) 138.14º 0.9% 0.19% -
XYZ 1.23 2.19 0.93 -
YUV 31.72 120.25 108.94 -
System Red Green Blue C M Y K H S L
Decimal 5 48 18 0.90 0 0.63 0.81 138.14 0.81 0.1
Hex 5 30 12 5A 0 3F 51 8A 51 A
Octal 5 60 22 132 0 77 121 212 121 12
Binary 101 110000 10010 1011010 0 111111 1010001 10001010 1010001 1010

Color Harmonies of #053012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053012

Black with #053012

Text Example


Text Example

White with #053012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053012; }

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

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

background-color css

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

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

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

border-color css

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

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

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