#254F36

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

Shades of Kaitoke Green #254F36

Tints of Kaitoke Green #254F36

Color information

#254F36 (or 0x254F36) is unknown color: approx Kaitoke Green. HEX triplet: 25, 4F and 36. RGB value is (37,79,54). Sum of RGB (Red+Green+Blue) = 37+79+54=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 79 (31.25% from 255 or 46.47% from 170); Blue value is 54 (21.48% from 255 or 31.76% from 170); Max value from RGB is 79 - color contains mainly: green. Hex color #254F36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254F36 is #DAB0C9. Grayscale: #3F3F3F. Windows color (decimal): -14332106 or 3559205. OLE color: 3559205.

HSL color Cylindrical-coordinate representation of color #254F36: hue angle of 144.29º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #254F36 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.69.

Color convert

RGB377954-
CMYK0.5300.320.69
HSL144.29º36.21%22.75%-
HSV(B)144.29º53.16%30.98%-
XYZ4.226.254.47-
YUV63.59122.59109.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.76%
GREEN value IS 79 (31.25% from 255) = 46.47%
BLUE value IS 54 (21.48% from 255) = 31.76%
R=21.76%
G=46.47%
B=31.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3779540.5300.320.69144.2936.2122.75
Hex254F363502045902417
Octal4511766650401052204427
Binary1001011001111110110110101010000010001011001000010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254F36; }

 p { color: rgb(37,79,54); }

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

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

 a { background-color: rgb(37,79,54); }

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

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

 span { border-color: rgb(37,79,54); }

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