Html Css Color HEX #155008 Myrtle

📋 copy color: '#155008'

red 21 ◦ green 80 ◦ blue 8

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

Shades of Myrtle #155008

Tints of Myrtle #155008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.34%

R = 19.27%
G = 73.39%
B = 7.34%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#155008 (or 0x155008) is known color: Myrtle. HEX triplet: 15, 50 and 08. RGB value is (21,80,8). Sum of RGB (Red+Green+Blue) = 21+80+8=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 80 (31.64% from 255 or 73.39% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 80 - color contains mainly: green. Hex color #155008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155008 is #EAAFF7. Grayscale: #363636. Windows color (decimal): -15380472 or 544789. OLE color: 544789.

HSL color Cylindrical-coordinate representation of color #155008: hue angle of 109.17º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155008 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 80 8 -
CMYK 0.74 0 0.90 0.69
HSL 109.17º 0.82% 0.17% -
HSV(B) 109.17º 0.9% 0.31% -
XYZ 3.22 5.91 1.2 -
YUV 54.15 101.95 104.35 -
System Red Green Blue C M Y K H S L
Decimal 21 80 8 0.74 0 0.90 0.69 109.17 0.82 0.17
Hex 15 50 8 4A 0 5A 45 6D 52 11
Octal 25 120 10 112 0 132 105 155 122 21
Binary 10101 1010000 1000 1001010 0 1011010 1000101 1101101 1010010 10001

Color Harmonies of #155008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155008

Black with #155008

Text Example


Text Example

White with #155008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155008; }

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

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

background-color css

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

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

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

border-color css

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

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

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