Html Css Color HEX #255500 Myrtle

📋 copy color: '#255500'

red 37 ◦ green 85 ◦ blue 0

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

Shades of Myrtle #255500

Tints of Myrtle #255500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 30.33%
G = 69.67%
B = 0%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#255500 (or 0x255500) is known color: Myrtle. HEX triplet: 25, 55 and 00. RGB value is (37,85,0). Sum of RGB (Red+Green+Blue) = 37+85+0=122 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.33% from 122); Green value is 85 (33.59% from 255 or 69.67% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 85 - color contains mainly: green. Hex color #255500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255500 is #DAAAFF. Grayscale: #3D3D3D. Windows color (decimal): -14330624 or 21797. OLE color: 21797.

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

Color convert

RGB 37 85 0 -
CMYK 0.56 0 1 0.67
HSL 93.88º 1% 0.17% -
HSV(B) 93.88º 1% 0.33% -
XYZ 4.01 6.89 1.12 -
YUV 60.96 93.6 110.91 -
System Red Green Blue C M Y K H S L
Decimal 37 85 0 0.56 0 1 0.67 93.88 1 0.17
Hex 25 55 0 38 0 64 43 5E 64 11
Octal 45 125 0 70 0 144 103 136 144 21
Binary 100101 1010101 0 111000 0 1100100 1000011 1011110 1100100 10001

Color Harmonies of #255500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255500

Black with #255500

Text Example


Text Example

White with #255500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255500; }

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

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

background-color css

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

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

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

border-color css

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

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

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