Html Css Color HEX #064018 Deep Fir

📋 copy color: '#064018'

red 6 ◦ green 64 ◦ blue 24

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

Shades of Deep Fir #064018

Tints of Deep Fir #064018

RGB

 RED value IS 6 (2.73% from 255) = 6.38%

 GREEN value IS 64 (25.39% from 255) = 68.09%

 BLUE value IS 24 (9.77% from 255) = 25.53%

R = 6.38%
G = 68.09%
B = 25.53%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#064018 (or 0x064018) is known color: Deep Fir. HEX triplet: 06, 40 and 18. RGB value is (6,64,24). Sum of RGB (Red+Green+Blue) = 6+64+24=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 64 (25.39% from 255 or 68.09% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 64 - color contains mainly: green. Hex color #064018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064018 is #F9BFE7. Grayscale: #2A2A2A. Windows color (decimal): -16367592 or 1589254. OLE color: 1589254.

HSL color Cylindrical-coordinate representation of color #064018: hue angle of 138.62º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064018 is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 64 24 -
CMYK 0.91 0 0.62 0.75
HSL 138.62º 0.83% 0.14% -
HSV(B) 138.62º 0.91% 0.25% -
XYZ 2.07 3.77 1.48 -
YUV 42.1 117.78 102.25 -
System Red Green Blue C M Y K H S L
Decimal 6 64 24 0.91 0 0.62 0.75 138.62 0.83 0.14
Hex 6 40 18 5B 0 3E 4B 8B 53 E
Octal 6 100 30 133 0 76 113 213 123 16
Binary 110 1000000 11000 1011011 0 111110 1001011 10001011 1010011 1110

Color Harmonies of #064018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064018

Black with #064018

Text Example


Text Example

White with #064018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064018; }

 p { color: rgb(6,64,24); }

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

background-color css

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

 a { background-color: rgb(6,64,24); }

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

border-color css

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

 span { border-color: rgb(6,64,24); }

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