Html Css Color HEX #04550E Myrtle

📋 copy color: '#04550E'

red 4 ◦ green 85 ◦ blue 14

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

Shades of Myrtle #04550E

Tints of Myrtle #04550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 82.52%

 BLUE value IS 14 (5.86% from 255) = 13.59%

R = 3.88%
G = 82.52%
B = 13.59%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#04550E (or 0x04550E) is known color: Myrtle. HEX triplet: 04, 55 and 0E. RGB value is (4,85,14). Sum of RGB (Red+Green+Blue) = 4+85+14=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 85 (33.59% from 255 or 82.52% from 103); Blue value is 14 (5.86% from 255 or 13.59% from 103); Max value from RGB is 85 - color contains mainly: green. Hex color #04550E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04550E is #FBAAF1. Grayscale: #343434. Windows color (decimal): -16493298 or 939268. OLE color: 939268.

HSL color Cylindrical-coordinate representation of color #04550E: hue angle of 127.41º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04550E is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 85 14 -
CMYK 0.95 0 0.84 0.67
HSL 127.41º 0.91% 0.17% -
HSV(B) 127.41º 0.95% 0.33% -
XYZ 3.38 6.55 1.5 -
YUV 52.69 106.16 93.27 -
System Red Green Blue C M Y K H S L
Decimal 4 85 14 0.95 0 0.84 0.67 127.41 0.91 0.17
Hex 4 55 E 5F 0 54 43 7F 5B 11
Octal 4 125 16 137 0 124 103 177 133 21
Binary 100 1010101 1110 1011111 0 1010100 1000011 1111111 1011011 10001

Color Harmonies of #04550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04550E

Black with #04550E

Text Example


Text Example

White with #04550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04550E; }

 p { color: rgb(4,85,14); }

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

background-color css

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

 a { background-color: rgb(4,85,14); }

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

border-color css

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

 span { border-color: rgb(4,85,14); }

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