Html Css Color HEX #255010 Myrtle

📋 copy color: '#255010'

red 37 ◦ green 80 ◦ blue 16

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

Shades of Myrtle #255010

Tints of Myrtle #255010

RGB

 RED value IS 37 (14.84% from 255) = 27.82%

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

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

R = 27.82%
G = 60.15%
B = 12.03%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#255010 (or 0x255010) is known color: Myrtle. HEX triplet: 25, 50 and 10. RGB value is (37,80,16). Sum of RGB (Red+Green+Blue) = 37+80+16=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 80 (31.64% from 255 or 60.15% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 80 - color contains mainly: green. Hex color #255010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255010 is #DAAFEF. Grayscale: #3C3C3C. Windows color (decimal): -14331888 or 1069093. OLE color: 1069093.

HSL color Cylindrical-coordinate representation of color #255010: hue angle of 100.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 #255010 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 80 16 -
CMYK 0.54 0 0.80 0.69
HSL 100.31º 0.67% 0.19% -
HSV(B) 100.31º 0.8% 0.31% -
XYZ 3.73 6.17 1.48 -
YUV 59.85 103.25 111.7 -
System Red Green Blue C M Y K H S L
Decimal 37 80 16 0.54 0 0.80 0.69 100.31 0.67 0.19
Hex 25 50 10 36 0 50 45 64 43 13
Octal 45 120 20 66 0 120 105 144 103 23
Binary 100101 1010000 10000 110110 0 1010000 1000101 1100100 1000011 10011

Color Harmonies of #255010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255010

Black with #255010

Text Example


Text Example

White with #255010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255010; }

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

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

background-color css

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

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

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

border-color css

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

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

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