#255432

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

Shades of Kaitoke Green #255432

Tints of Kaitoke Green #255432

Color information

#255432 (or 0x255432) is unknown color: approx Kaitoke Green. HEX triplet: 25, 54 and 32. RGB value is (37,84,50). Sum of RGB (Red+Green+Blue) = 37+84+50=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #255432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255432 is #DAABCD. Grayscale: #424242. Windows color (decimal): -14330830 or 3298341. OLE color: 3298341.

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

Color convert

RGB378450-
CMYK0.5600.400.67
HSL136.6º38.84%23.73%-
HSV(B)136.6º55.95%32.94%-
XYZ4.516.964.12-
YUV66.07118.93107.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.64%
GREEN value IS 84 (33.20% from 255) = 49.12%
BLUE value IS 50 (19.92% from 255) = 29.24%
R=21.64%
G=49.12%
B=29.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3784500.5600.400.67136.638.8423.73
Hex2554323802843892718
Octal4512462700501032114730
Binary1001011010100110010111000010100010000111000100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255432; }

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

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

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

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

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

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

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

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