Html Css Color HEX #03500A Myrtle

📋 copy color: '#03500A'

red 3 ◦ green 80 ◦ blue 10

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

Shades of Myrtle #03500A

Tints of Myrtle #03500A

RGB

 RED value IS 3 (1.56% from 255) = 3.23%

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

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

R = 3.23%
G = 86.02%
B = 10.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.87

 K value IS 0.69

RGB Variations

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

Color information

#03500A (or 0x03500A) is known color: Myrtle. HEX triplet: 03, 50 and 0A. RGB value is (3,80,10). Sum of RGB (Red+Green+Blue) = 3+80+10=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 80 (31.64% from 255 or 86.02% from 93); Blue value is 10 (4.30% from 255 or 10.75% from 93); Max value from RGB is 80 - color contains mainly: green. Hex color #03500A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03500A is #FCAFF5. Grayscale: #313131. Windows color (decimal): -16560118 or 675843. OLE color: 675843.

HSL color Cylindrical-coordinate representation of color #03500A: hue angle of 125.45º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03500A is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 80 10 -
CMYK 0.96 0 0.87 0.69
HSL 125.45º 0.93% 0.16% -
HSV(B) 125.45º 0.96% 0.31% -
XYZ 2.96 5.78 1.25 -
YUV 49 105.99 95.19 -
System Red Green Blue C M Y K H S L
Decimal 3 80 10 0.96 0 0.87 0.69 125.45 0.93 0.16
Hex 3 50 A 60 0 57 45 7D 5D 10
Octal 3 120 12 140 0 127 105 175 135 20
Binary 11 1010000 1010 1100000 0 1010111 1000101 1111101 1011101 10000

Color Harmonies of #03500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03500A

Black with #03500A

Text Example


Text Example

White with #03500A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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