#255532

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

Shades of Kaitoke Green #255532

Tints of Kaitoke Green #255532

Color information

#255532 (or 0x255532) is unknown color: approx Kaitoke Green. HEX triplet: 25, 55 and 32. RGB value is (37,85,50). Sum of RGB (Red+Green+Blue) = 37+85+50=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #255532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255532 is #DAAACD. Grayscale: #424242. Windows color (decimal): -14330574 or 3298597. OLE color: 3298597.

HSL color Cylindrical-coordinate representation of color #255532: hue angle of 136.25º 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 #255532 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB378550-
CMYK0.5600.410.67
HSL136.25º39.34%23.92%-
HSV(B)136.25º56.47%33.33%-
XYZ4.597.124.15-
YUV66.66118.6106.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.51%
GREEN value IS 85 (33.59% from 255) = 49.42%
BLUE value IS 50 (19.92% from 255) = 29.07%
R=21.51%
G=49.42%
B=29.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3785500.5600.410.67136.2539.3423.92
Hex2555323802943882718
Octal4512562700511032104730
Binary1001011010101110010111000010100110000111000100010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255532; }

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

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

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

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

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

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

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

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