Html Css Color HEX #255505 Myrtle

📋 copy color: '#255505'

red 37 ◦ green 85 ◦ blue 5

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

Shades of Myrtle #255505

Tints of Myrtle #255505

RGB

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

 GREEN value IS 85 (33.59% from 255) = 66.93%

 BLUE value IS 5 (2.34% from 255) = 3.94%

R = 29.13%
G = 66.93%
B = 3.94%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#255505 (or 0x255505) is known color: Myrtle. HEX triplet: 25, 55 and 05. RGB value is (37,85,5). Sum of RGB (Red+Green+Blue) = 37+85+5=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 85 (33.59% from 255 or 66.93% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 85 - color contains mainly: green. Hex color #255505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255505 is #DAAAFA. Grayscale: #3D3D3D. Windows color (decimal): -14330619 or 349477. OLE color: 349477.

HSL color Cylindrical-coordinate representation of color #255505: hue angle of 96º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #255505 is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 85 5 -
CMYK 0.56 0 0.94 0.67
HSL 96º 0.89% 0.18% -
HSV(B) 96º 0.94% 0.33% -
XYZ 4.04 6.9 1.26 -
YUV 61.53 96.1 110.5 -
System Red Green Blue C M Y K H S L
Decimal 37 85 5 0.56 0 0.94 0.67 96 0.89 0.18
Hex 25 55 5 38 0 5E 43 60 59 12
Octal 45 125 5 70 0 136 103 140 131 22
Binary 100101 1010101 101 111000 0 1011110 1000011 1100000 1011001 10010

Color Harmonies of #255505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255505

Black with #255505

Text Example


Text Example

White with #255505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255505; }

 p { color: rgb(37,85,5); }

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

background-color css

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

 a { background-color: rgb(37,85,5); }

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

border-color css

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

 span { border-color: rgb(37,85,5); }

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