Html Css Color HEX #255212 Myrtle

📋 copy color: '#255212'

red 37 ◦ green 82 ◦ blue 18

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

Shades of Myrtle #255212

Tints of Myrtle #255212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 59.85%

 BLUE value IS 18 (7.42% from 255) = 13.14%

R = 27.01%
G = 59.85%
B = 13.14%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#255212 (or 0x255212) is known color: Myrtle. HEX triplet: 25, 52 and 12. RGB value is (37,82,18). Sum of RGB (Red+Green+Blue) = 37+82+18=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 82 (32.42% from 255 or 59.85% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 82 - color contains mainly: green. Hex color #255212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255212 is #DAADED. Grayscale: #3D3D3D. Windows color (decimal): -14331374 or 1200677. OLE color: 1200677.

HSL color Cylindrical-coordinate representation of color #255212: hue angle of 102.19º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #255212 is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 82 18 -
CMYK 0.55 0 0.78 0.68
HSL 102.19º 0.64% 0.2% -
HSV(B) 102.19º 0.78% 0.32% -
XYZ 3.89 6.47 1.62 -
YUV 61.25 103.59 110.7 -
System Red Green Blue C M Y K H S L
Decimal 37 82 18 0.55 0 0.78 0.68 102.19 0.64 0.2
Hex 25 52 12 37 0 4E 44 66 40 14
Octal 45 122 22 67 0 116 104 146 100 24
Binary 100101 1010010 10010 110111 0 1001110 1000100 1100110 1000000 10100

Color Harmonies of #255212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255212

Black with #255212

Text Example


Text Example

White with #255212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255212; }

 p { color: rgb(37,82,18); }

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

background-color css

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

 a { background-color: rgb(37,82,18); }

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

border-color css

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

 span { border-color: rgb(37,82,18); }

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