#255235

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

Shades of Kaitoke Green #255235

Tints of Kaitoke Green #255235

Color information

#255235 (or 0x255235) is unknown color: approx Kaitoke Green. HEX triplet: 25, 52 and 35. RGB value is (37,82,53). Sum of RGB (Red+Green+Blue) = 37+82+53=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #255235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255235 is #DAADCA. Grayscale: #414141. Windows color (decimal): -14331339 or 3494437. OLE color: 3494437.

HSL color Cylindrical-coordinate representation of color #255235: hue angle of 141.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #255235 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB378253-
CMYK0.5500.350.68
HSL141.33º37.82%23.33%-
HSV(B)141.33º54.88%32.16%-
XYZ4.426.684.43-
YUV65.24121.09107.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.51%
GREEN value IS 82 (32.42% from 255) = 47.67%
BLUE value IS 53 (21.09% from 255) = 30.81%
R=21.51%
G=47.67%
B=30.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3782530.5500.350.68141.3337.8223.33
Hex25523537023448d2617
Octal4512265670431042154627
Binary1001011010010110101110111010001110001001000110110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255235; }

 p { color: rgb(37,82,53); }

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

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

 a { background-color: rgb(37,82,53); }

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

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

 span { border-color: rgb(37,82,53); }

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