Html Css Color HEX #03500D Myrtle

📋 copy color: '#03500D'

red 3 ◦ green 80 ◦ blue 13

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

Shades of Myrtle #03500D

Tints of Myrtle #03500D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.54%

R = 3.13%
G = 83.33%
B = 13.54%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#03500D (or 0x03500D) is known color: Myrtle. HEX triplet: 03, 50 and 0D. RGB value is (3,80,13). Sum of RGB (Red+Green+Blue) = 3+80+13=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 80 (31.64% from 255 or 83.33% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 80 - color contains mainly: green. Hex color #03500D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03500D is #FCAFF2. Grayscale: #313131. Windows color (decimal): -16560115 or 872451. OLE color: 872451.

HSL color Cylindrical-coordinate representation of color #03500D: hue angle of 127.79º 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 #03500D is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 80 13 -
CMYK 0.96 0 0.84 0.69
HSL 127.79º 0.93% 0.16% -
HSV(B) 127.79º 0.96% 0.31% -
XYZ 2.98 5.79 1.34 -
YUV 49.34 107.49 94.95 -
System Red Green Blue C M Y K H S L
Decimal 3 80 13 0.96 0 0.84 0.69 127.79 0.93 0.16
Hex 3 50 D 60 0 54 45 80 5D 10
Octal 3 120 15 140 0 124 105 200 135 20
Binary 11 1010000 1101 1100000 0 1010100 1000101 10000000 1011101 10000

Color Harmonies of #03500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03500D

Black with #03500D

Text Example


Text Example

White with #03500D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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