Html Css Color HEX #03500F Myrtle

📋 copy color: '#03500F'

red 3 ◦ green 80 ◦ blue 15

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

Shades of Myrtle #03500F

Tints of Myrtle #03500F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15.31%

R = 3.06%
G = 81.63%
B = 15.31%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#03500F (or 0x03500F) is known color: Myrtle. HEX triplet: 03, 50 and 0F. RGB value is (3,80,15). Sum of RGB (Red+Green+Blue) = 3+80+15=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 80 (31.64% from 255 or 81.63% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 80 - color contains mainly: green. Hex color #03500F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03500F is #FCAFF0. Grayscale: #313131. Windows color (decimal): -16560113 or 1003523. OLE color: 1003523.

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

Color convert

RGB 3 80 15 -
CMYK 0.96 0 0.81 0.69
HSL 129.35º 0.93% 0.16% -
HSV(B) 129.35º 0.96% 0.31% -
XYZ 2.99 5.79 1.41 -
YUV 49.57 108.49 94.79 -
System Red Green Blue C M Y K H S L
Decimal 3 80 15 0.96 0 0.81 0.69 129.35 0.93 0.16
Hex 3 50 F 60 0 51 45 81 5D 10
Octal 3 120 17 140 0 121 105 201 135 20
Binary 11 1010000 1111 1100000 0 1010001 1000101 10000001 1011101 10000

Color Harmonies of #03500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03500F

Black with #03500F

Text Example


Text Example

White with #03500F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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