Html Css Color HEX #040601 Pine Tree

📋 copy color: '#040601'

red 4 ◦ green 6 ◦ blue 1

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

Shades of Pine Tree #040601

Tints of Pine Tree #040601

RGB

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

 GREEN value IS 6 (2.73% from 255) = 54.55%

 BLUE value IS 1 (0.78% from 255) = 9.09%

R = 36.36%
G = 54.55%
B = 9.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.83

 K value IS 0.98

RGB Variations

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

Color information

#040601 (or 0x040601) is known color: Pine Tree. HEX triplet: 04, 06 and 01. RGB value is (4,6,1). Sum of RGB (Red+Green+Blue) = 4+6+1=11 (1% of max value = 765). Red value is 4 (1.95% from 255 or 36.36% from 11); Green value is 6 (2.73% from 255 or 54.55% from 11); Blue value is 1 (0.78% from 255 or 9.09% from 11); Max value from RGB is 6 - color contains mainly: green. Hex color #040601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040601 is #FBF9FE. Grayscale: #040404. Windows color (decimal): -16513535 or 67076. OLE color: 67076.

HSL color Cylindrical-coordinate representation of color #040601: hue angle of 84º degrees, saturation: 0.71, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #040601 is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.98.

Color convert

RGB 4 6 1 -
CMYK 0.33 0 0.83 0.98
HSL 84º 0.71% 0.01% -
HSV(B) 84º 0.83% 0.02% -
XYZ 0.12 0.16 0.05 -
YUV 4.83 125.84 127.41 -
System Red Green Blue C M Y K H S L
Decimal 4 6 1 0.33 0 0.83 0.98 84 0.71 0.01
Hex 4 6 1 21 0 53 62 54 47 1
Octal 4 6 1 41 0 123 142 124 107 1
Binary 100 110 1 100001 0 1010011 1100010 1010100 1000111 1

Color Harmonies of #040601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040601

Black with #040601

Text Example


Text Example

White with #040601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040601; }

 p { color: rgb(4,6,1); }

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

background-color css

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

 a { background-color: rgb(4,6,1); }

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

border-color css

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

 span { border-color: rgb(4,6,1); }

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