Html Css Color HEX #04500A Myrtle

📋 copy color: '#04500A'

red 4 ◦ green 80 ◦ blue 10

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

Shades of Myrtle #04500A

Tints of Myrtle #04500A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 10.64%

R = 4.26%
G = 85.11%
B = 10.64%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.87

 K value IS 0.69

RGB Variations

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

Color information

#04500A (or 0x04500A) is known color: Myrtle. HEX triplet: 04, 50 and 0A. RGB value is (4,80,10). Sum of RGB (Red+Green+Blue) = 4+80+10=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 80 (31.64% from 255 or 85.11% from 94); Blue value is 10 (4.30% from 255 or 10.64% from 94); Max value from RGB is 80 - color contains mainly: green. Hex color #04500A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04500A is #FBAFF5. Grayscale: #313131. Windows color (decimal): -16494582 or 675844. OLE color: 675844.

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

Color convert

RGB 4 80 10 -
CMYK 0.95 0 0.87 0.69
HSL 124.74º 0.9% 0.16% -
HSV(B) 124.74º 0.95% 0.31% -
XYZ 2.97 5.79 1.25 -
YUV 49.3 105.82 95.69 -
System Red Green Blue C M Y K H S L
Decimal 4 80 10 0.95 0 0.87 0.69 124.74 0.9 0.16
Hex 4 50 A 5F 0 57 45 7D 5A 10
Octal 4 120 12 137 0 127 105 175 132 20
Binary 100 1010000 1010 1011111 0 1010111 1000101 1111101 1011010 10000

Color Harmonies of #04500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04500A

Black with #04500A

Text Example


Text Example

White with #04500A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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