Html Css Color HEX #04400C Myrtle

📋 copy color: '#04400C'

red 4 ◦ green 64 ◦ blue 12

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

Shades of Myrtle #04400C

Tints of Myrtle #04400C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 15%

R = 5%
G = 80%
B = 15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#04400C (or 0x04400C) is known color: Myrtle. HEX triplet: 04, 40 and 0C. RGB value is (4,64,12). Sum of RGB (Red+Green+Blue) = 4+64+12=80 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5% from 80); Green value is 64 (25.39% from 255 or 80% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 64 - color contains mainly: green. Hex color #04400C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04400C is #FBBFF3. Grayscale: #282828. Windows color (decimal): -16498676 or 802820. OLE color: 802820.

HSL color Cylindrical-coordinate representation of color #04400C: hue angle of 128º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04400C is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 64 12 -
CMYK 0.94 0 0.81 0.75
HSL 128º 0.88% 0.13% -
HSV(B) 128º 0.94% 0.25% -
XYZ 1.95 3.72 0.96 -
YUV 40.13 112.12 102.23 -
System Red Green Blue C M Y K H S L
Decimal 4 64 12 0.94 0 0.81 0.75 128 0.88 0.13
Hex 4 40 C 5E 0 51 4B 80 58 D
Octal 4 100 14 136 0 121 113 200 130 15
Binary 100 1000000 1100 1011110 0 1010001 1001011 10000000 1011000 1101

Color Harmonies of #04400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04400C

Black with #04400C

Text Example


Text Example

White with #04400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04400C; }

 p { color: rgb(4,64,12); }

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

background-color css

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

 a { background-color: rgb(4,64,12); }

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

border-color css

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

 span { border-color: rgb(4,64,12); }

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