Html Css Color HEX #04550B Myrtle

📋 copy color: '#04550B'

red 4 ◦ green 85 ◦ blue 11

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

Shades of Myrtle #04550B

Tints of Myrtle #04550B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 11%

R = 4%
G = 85%
B = 11%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#04550B (or 0x04550B) is known color: Myrtle. HEX triplet: 04, 55 and 0B. RGB value is (4,85,11). Sum of RGB (Red+Green+Blue) = 4+85+11=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 85 (33.59% from 255 or 85% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 85 - color contains mainly: green. Hex color #04550B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04550B is #FBAAF4. Grayscale: #343434. Windows color (decimal): -16493301 or 742660. OLE color: 742660.

HSL color Cylindrical-coordinate representation of color #04550B: hue angle of 125.19º 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 #04550B is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 85 11 -
CMYK 0.95 0 0.87 0.67
HSL 125.19º 0.91% 0.17% -
HSV(B) 125.19º 0.95% 0.33% -
XYZ 3.36 6.55 1.4 -
YUV 52.35 104.66 93.52 -
System Red Green Blue C M Y K H S L
Decimal 4 85 11 0.95 0 0.87 0.67 125.19 0.91 0.17
Hex 4 55 B 5F 0 57 43 7D 5B 11
Octal 4 125 13 137 0 127 103 175 133 21
Binary 100 1010101 1011 1011111 0 1010111 1000011 1111101 1011011 10001

Color Harmonies of #04550B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04550B

Black with #04550B

Text Example


Text Example

White with #04550B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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