Html Css Color HEX #255501 Myrtle

📋 copy color: '#255501'

red 37 ◦ green 85 ◦ blue 1

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

Shades of Myrtle #255501

Tints of Myrtle #255501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.81%

R = 30.08%
G = 69.11%
B = 0.81%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#255501 (or 0x255501) is known color: Myrtle. HEX triplet: 25, 55 and 01. RGB value is (37,85,1). Sum of RGB (Red+Green+Blue) = 37+85+1=123 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.08% from 123); Green value is 85 (33.59% from 255 or 69.11% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 85 - color contains mainly: green. Hex color #255501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255501 is #DAAAFE. Grayscale: #3D3D3D. Windows color (decimal): -14330623 or 87333. OLE color: 87333.

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

Color convert

RGB 37 85 1 -
CMYK 0.56 0 0.99 0.67
HSL 94.29º 0.98% 0.17% -
HSV(B) 94.29º 0.99% 0.33% -
XYZ 4.02 6.89 1.15 -
YUV 61.07 94.1 110.83 -
System Red Green Blue C M Y K H S L
Decimal 37 85 1 0.56 0 0.99 0.67 94.29 0.98 0.17
Hex 25 55 1 38 0 63 43 5E 62 11
Octal 45 125 1 70 0 143 103 136 142 21
Binary 100101 1010101 1 111000 0 1100011 1000011 1011110 1100010 10001

Color Harmonies of #255501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255501

Black with #255501

Text Example


Text Example

White with #255501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255501; }

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

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

background-color css

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

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

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

border-color css

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

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

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