#255537

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

Shades of Kaitoke Green #255537

Tints of Kaitoke Green #255537

Color information

#255537 (or 0x255537) is unknown color: approx Kaitoke Green. HEX triplet: 25, 55 and 37. RGB value is (37,85,55). Sum of RGB (Red+Green+Blue) = 37+85+55=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 55 (21.88% from 255 or 31.07% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #255537 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255537 is #DAAAC8. Grayscale: #434343. Windows color (decimal): -14330569 or 3626277. OLE color: 3626277.

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

Color convert

RGB378555-
CMYK0.5600.350.67
HSL142.5º39.34%23.92%-
HSV(B)142.5º56.47%33.33%-
XYZ4.77.174.75-
YUV67.23121.1106.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.90%
GREEN value IS 85 (33.59% from 255) = 48.02%
BLUE value IS 55 (21.88% from 255) = 31.07%
R=20.90%
G=48.02%
B=31.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3785550.5600.350.67142.539.3423.92
Hex25553738023438e2718
Octal4512567700431032164730
Binary1001011010101110111111000010001110000111000111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255537; }

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

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

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

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

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

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

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

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