#255234

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

Shades of Kaitoke Green #255234

Tints of Kaitoke Green #255234

Color information

#255234 (or 0x255234) is unknown color: approx Kaitoke Green. HEX triplet: 25, 52 and 34. RGB value is (37,82,52). Sum of RGB (Red+Green+Blue) = 37+82+52=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 82 - color contains mainly: green. Hex color #255234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255234 is #DAADCB. Grayscale: #414141. Windows color (decimal): -14331340 or 3428901. OLE color: 3428901.

HSL color Cylindrical-coordinate representation of color #255234: hue angle of 140º 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 #255234 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB378252-
CMYK0.5500.370.68
HSL140º37.82%23.33%-
HSV(B)140º54.88%32.16%-
XYZ4.46.684.31-
YUV65.12120.59107.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.64%
GREEN value IS 82 (32.42% from 255) = 47.95%
BLUE value IS 52 (20.70% from 255) = 30.41%
R=21.64%
G=47.95%
B=30.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3782520.5500.370.6814037.8223.33
Hex25523437025448c2617
Octal4512264670451042144627
Binary1001011010010110100110111010010110001001000110010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255234; }

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

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

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

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

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

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

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

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