#255D37

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

Shades of Kaitoke Green #255D37

Tints of Kaitoke Green #255D37

Color information

#255D37 (or 0x255D37) is unknown color: approx Kaitoke Green. HEX triplet: 25, 5D and 37. RGB value is (37,93,55). Sum of RGB (Red+Green+Blue) = 37+93+55=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 93 (36.72% from 255 or 50.27% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 93 - color contains mainly: green. Hex color #255D37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255D37 is #DAA2C8. Grayscale: #484848. Windows color (decimal): -14328521 or 3628325. OLE color: 3628325.

HSL color Cylindrical-coordinate representation of color #255D37: hue angle of 139.29º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #255D37 is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.

Color convert

RGB379355-
CMYK0.6000.410.64
HSL139.29º43.08%25.49%-
HSV(B)139.29º60.22%36.47%-
XYZ5.378.54.97-
YUV71.92118.45103.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20%
GREEN value IS 93 (36.72% from 255) = 50.27%
BLUE value IS 55 (21.88% from 255) = 29.73%
R=20%
G=50.27%
B=29.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3793550.6000.410.64139.2943.0825.49
Hex255D373C029408b2b19
Octal4513567740511002135331
Binary1001011011101110111111100010100110000001000101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,93,55); }

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

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

 a { background-color: rgb(37,93,55); }

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

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

 span { border-color: rgb(37,93,55); }

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