Html Css Color HEX #040502 Pine Tree

📋 copy color: '#040502'

red 4 ◦ green 5 ◦ blue 2

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

Shades of Pine Tree #040502

Tints of Pine Tree #040502

RGB

 RED value IS 4 (1.95% from 255) = 36.36%

 GREEN value IS 5 (2.34% from 255) = 45.45%

 BLUE value IS 2 (1.17% from 255) = 18.18%

R = 36.36%
G = 45.45%
B = 18.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.98

RGB Variations

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

Color information

#040502 (or 0x040502) is known color: Pine Tree. HEX triplet: 04, 05 and 02. RGB value is (4,5,2). Sum of RGB (Red+Green+Blue) = 4+5+2=11 (1% of max value = 765). Red value is 4 (1.95% from 255 or 36.36% from 11); Green value is 5 (2.34% from 255 or 45.45% from 11); Blue value is 2 (1.17% from 255 or 18.18% from 11); Max value from RGB is 5 - color contains mainly: green. Hex color #040502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040502 is #FBFAFD. Grayscale: #040404. Windows color (decimal): -16513790 or 132356. OLE color: 132356.

HSL color Cylindrical-coordinate representation of color #040502: hue angle of 80º degrees, saturation: 0.43, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #040502 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.98.

Color convert

RGB 4 5 2 -
CMYK 0.20 0 0.60 0.98
HSL 80º 0.43% 0.01% -
HSV(B) 80º 0.6% 0.02% -
XYZ 0.12 0.14 0.08 -
YUV 4.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 4 5 2 0.20 0 0.60 0.98 80 0.43 0.01
Hex 4 5 2 14 0 3C 62 50 2B 1
Octal 4 5 2 24 0 74 142 120 53 1
Binary 100 101 10 10100 0 111100 1100010 1010000 101011 1

Color Harmonies of #040502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040502

Black with #040502

Text Example


Text Example

White with #040502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040502; }

 p { color: rgb(4,5,2); }

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

background-color css

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

 a { background-color: rgb(4,5,2); }

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

border-color css

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

 span { border-color: rgb(4,5,2); }

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