Html Css Color HEX #04500B Myrtle

📋 copy color: '#04500B'

red 4 ◦ green 80 ◦ blue 11

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

Shades of Myrtle #04500B

Tints of Myrtle #04500B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 84.21%

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

R = 4.21%
G = 84.21%
B = 11.58%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#04500B (or 0x04500B) is known color: Myrtle. HEX triplet: 04, 50 and 0B. RGB value is (4,80,11). Sum of RGB (Red+Green+Blue) = 4+80+11=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 80 (31.64% from 255 or 84.21% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 80 - color contains mainly: green. Hex color #04500B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04500B is #FBAFF4. Grayscale: #313131. Windows color (decimal): -16494581 or 741380. OLE color: 741380.

HSL color Cylindrical-coordinate representation of color #04500B: hue angle of 125.53º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04500B is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 80 11 -
CMYK 0.95 0 0.86 0.69
HSL 125.53º 0.9% 0.16% -
HSV(B) 125.53º 0.95% 0.31% -
XYZ 2.98 5.79 1.28 -
YUV 49.41 106.32 95.61 -
System Red Green Blue C M Y K H S L
Decimal 4 80 11 0.95 0 0.86 0.69 125.53 0.9 0.16
Hex 4 50 B 5F 0 56 45 7E 5A 10
Octal 4 120 13 137 0 126 105 176 132 20
Binary 100 1010000 1011 1011111 0 1010110 1000101 1111110 1011010 10000

Color Harmonies of #04500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04500B

Black with #04500B

Text Example


Text Example

White with #04500B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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