Html Css Color HEX #055012 Deep Fir

📋 copy color: '#055012'

red 5 ◦ green 80 ◦ blue 18

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

Shades of Deep Fir #055012

Tints of Deep Fir #055012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 77.67%

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

R = 4.85%
G = 77.67%
B = 17.48%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#055012 (or 0x055012) is known color: Deep Fir. HEX triplet: 05, 50 and 12. RGB value is (5,80,18). Sum of RGB (Red+Green+Blue) = 5+80+18=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 80 (31.64% from 255 or 77.67% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 80 - color contains mainly: green. Hex color #055012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055012 is #FAAFED. Grayscale: #323232. Windows color (decimal): -16429038 or 1200133. OLE color: 1200133.

HSL color Cylindrical-coordinate representation of color #055012: hue angle of 130.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055012 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 80 18 -
CMYK 0.94 0 0.78 0.69
HSL 130.4º 0.88% 0.17% -
HSV(B) 130.4º 0.94% 0.31% -
XYZ 3.04 5.81 1.53 -
YUV 50.51 109.65 95.54 -
System Red Green Blue C M Y K H S L
Decimal 5 80 18 0.94 0 0.78 0.69 130.4 0.88 0.17
Hex 5 50 12 5E 0 4E 45 82 58 11
Octal 5 120 22 136 0 116 105 202 130 21
Binary 101 1010000 10010 1011110 0 1001110 1000101 10000010 1011000 10001

Color Harmonies of #055012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055012

Black with #055012

Text Example


Text Example

White with #055012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055012; }

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

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

background-color css

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

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

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

border-color css

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

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

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