Html Css Color HEX #04530C Myrtle

📋 copy color: '#04530C'

red 4 ◦ green 83 ◦ blue 12

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

Shades of Myrtle #04530C

Tints of Myrtle #04530C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 83.84%

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

R = 4.04%
G = 83.84%
B = 12.12%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#04530C (or 0x04530C) is known color: Myrtle. HEX triplet: 04, 53 and 0C. RGB value is (4,83,12). Sum of RGB (Red+Green+Blue) = 4+83+12=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 83 (32.81% from 255 or 83.84% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 83 - color contains mainly: green. Hex color #04530C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04530C is #FBACF3. Grayscale: #333333. Windows color (decimal): -16493812 or 807684. OLE color: 807684.

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

Color convert

RGB 4 83 12 -
CMYK 0.95 0 0.86 0.67
HSL 126.08º 0.91% 0.17% -
HSV(B) 126.08º 0.95% 0.33% -
XYZ 3.21 6.24 1.38 -
YUV 51.29 105.83 94.27 -
System Red Green Blue C M Y K H S L
Decimal 4 83 12 0.95 0 0.86 0.67 126.08 0.91 0.17
Hex 4 53 C 5F 0 56 43 7E 5B 11
Octal 4 123 14 137 0 126 103 176 133 21
Binary 100 1010011 1100 1011111 0 1010110 1000011 1111110 1011011 10001

Color Harmonies of #04530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04530C

Black with #04530C

Text Example


Text Example

White with #04530C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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