#255A44

Color #255A44 Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #255A44

Tints of Green Pea #255A44

Color information

#255A44 (or 0x255A44) is unknown color: approx Green Pea. HEX triplet: 25, 5A and 44. RGB value is (37,90,68). Sum of RGB (Red+Green+Blue) = 37+90+68=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 90 - color contains mainly: green. Hex color #255A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255A44 is #DAA5BB. Grayscale: #474747. Windows color (decimal): -14329276 or 4479525. OLE color: 4479525.

HSL color Cylindrical-coordinate representation of color #255A44: hue angle of 155.09º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #255A44 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB379068-
CMYK0.5900.240.65
HSL155.09º41.73%24.9%-
HSV(B)155.09º58.89%35.29%-
XYZ5.468.126.75-
YUV71.64125.94103.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.97%
GREEN value IS 90 (35.55% from 255) = 46.15%
BLUE value IS 68 (26.95% from 255) = 34.87%
R=18.97%
G=46.15%
B=34.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3790680.5900.240.65155.0941.7324.9
Hex255A443B018419b2a19
Octal45132104730301012335231
Binary1001011011010100010011101101100010000011001101110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255A44; }

 p { color: rgb(37,90,68); }

 H1.HeaderClassName
 {
   color: #255A44;
 }
 .AnyTagClassName
 {
   color: #255A44;
 }
</style>
background-color css

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

 a { background-color: rgb(37,90,68); }

 div.DivClassName
 {
   background-color: #255A44;
 }
 .BgClassName
 {
   background-color: #255A44;
 }
</style>
border-color css

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

 span { border-color: rgb(37,90,68); }

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