Html Css Color HEX #004205 Myrtle

📋 copy color: '#004205'

red 0 ◦ green 66 ◦ blue 5

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

Shades of Myrtle #004205

Tints of Myrtle #004205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 7.04%

R = 0%
G = 92.96%
B = 7.04%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.92

 K value IS 0.74

RGB Variations

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

Color information

#004205 (or 0x004205) is known color: Myrtle. HEX triplet: 00, 42 and 05. RGB value is (0,66,5). Sum of RGB (Red+Green+Blue) = 0+66+5=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 66 (26.17% from 255 or 92.96% from 71); Blue value is 5 (2.34% from 255 or 7.04% from 71); Max value from RGB is 66 - color contains mainly: green. Hex color #004205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004205 is #FFBDFA. Grayscale: #272727. Windows color (decimal): -16760315 or 344576. OLE color: 344576.

HSL color Cylindrical-coordinate representation of color #004205: hue angle of 124.55º 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 #004205 is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.74.

Color convert

RGB 0 66 5 -
CMYK 1 0 0.92 0.74
HSL 124.55º 1% 0.13% -
HSV(B) 124.55º 1% 0.26% -
XYZ 1.98 3.91 0.79 -
YUV 39.31 108.63 99.96 -
System Red Green Blue C M Y K H S L
Decimal 0 66 5 1 0 0.92 0.74 124.55 1 0.13
Hex 0 42 5 64 0 5C 4A 7D 64 D
Octal 0 102 5 144 0 134 112 175 144 15
Binary 0 1000010 101 1100100 0 1011100 1001010 1111101 1100100 1101

Color Harmonies of #004205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004205

Black with #004205

Text Example


Text Example

White with #004205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004205; }

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

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

background-color css

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

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

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

border-color css

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

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

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