Html Css Color HEX #155010 Myrtle

📋 copy color: '#155010'

red 21 ◦ green 80 ◦ blue 16

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

Shades of Myrtle #155010

Tints of Myrtle #155010

RGB

 RED value IS 21 (8.59% from 255) = 17.95%

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

 BLUE value IS 16 (6.64% from 255) = 13.68%

R = 17.95%
G = 68.38%
B = 13.68%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#155010 (or 0x155010) is known color: Myrtle. HEX triplet: 15, 50 and 10. RGB value is (21,80,16). Sum of RGB (Red+Green+Blue) = 21+80+16=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 80 (31.64% from 255 or 68.38% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 80 - color contains mainly: green. Hex color #155010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155010 is #EAAFEF. Grayscale: #373737. Windows color (decimal): -15380464 or 1069077. OLE color: 1069077.

HSL color Cylindrical-coordinate representation of color #155010: hue angle of 115.31º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #155010 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 80 16 -
CMYK 0.74 0 0.80 0.69
HSL 115.31º 0.67% 0.19% -
HSV(B) 115.31º 0.8% 0.31% -
XYZ 3.27 5.93 1.46 -
YUV 55.06 105.95 103.7 -
System Red Green Blue C M Y K H S L
Decimal 21 80 16 0.74 0 0.80 0.69 115.31 0.67 0.19
Hex 15 50 10 4A 0 50 45 73 43 13
Octal 25 120 20 112 0 120 105 163 103 23
Binary 10101 1010000 10000 1001010 0 1010000 1000101 1110011 1000011 10011

Color Harmonies of #155010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155010

Black with #155010

Text Example


Text Example

White with #155010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155010; }

 p { color: rgb(21,80,16); }

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

background-color css

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

 a { background-color: rgb(21,80,16); }

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

border-color css

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

 span { border-color: rgb(21,80,16); }

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