Html Css Color HEX #004208 Myrtle

📋 copy color: '#004208'

red 0 ◦ green 66 ◦ blue 8

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

Shades of Myrtle #004208

Tints of Myrtle #004208

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 66 (26.17% from 255) = 89.19%

 BLUE value IS 8 (3.52% from 255) = 10.81%

R = 0%
G = 89.19%
B = 10.81%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.88

 K value IS 0.74

RGB Variations

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

Color information

#004208 (or 0x004208) is known color: Myrtle. HEX triplet: 00, 42 and 08. RGB value is (0,66,8). Sum of RGB (Red+Green+Blue) = 0+66+8=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 66 (26.17% from 255 or 89.19% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 66 - color contains mainly: green. Hex color #004208 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004208 is #FFBDF7. Grayscale: #272727. Windows color (decimal): -16760312 or 541184. OLE color: 541184.

HSL color Cylindrical-coordinate representation of color #004208: hue angle of 127.27º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004208 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB 0 66 8 -
CMYK 1 0 0.88 0.74
HSL 127.27º 1% 0.13% -
HSV(B) 127.27º 1% 0.26% -
XYZ 1.99 3.91 0.88 -
YUV 39.65 110.13 99.72 -
System Red Green Blue C M Y K H S L
Decimal 0 66 8 1 0 0.88 0.74 127.27 1 0.13
Hex 0 42 8 64 0 58 4A 7F 64 D
Octal 0 102 10 144 0 130 112 177 144 15
Binary 0 1000010 1000 1100100 0 1011000 1001010 1111111 1100100 1101

Color Harmonies of #004208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004208

Black with #004208

Text Example


Text Example

White with #004208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004208; }

 p { color: rgb(0,66,8); }

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

background-color css

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

 a { background-color: rgb(0,66,8); }

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

border-color css

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

 span { border-color: rgb(0,66,8); }

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