#255734

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

Shades of Kaitoke Green #255734

Tints of Kaitoke Green #255734

Color information

#255734 (or 0x255734) is unknown color: approx Kaitoke Green. HEX triplet: 25, 57 and 34. RGB value is (37,87,52). Sum of RGB (Red+Green+Blue) = 37+87+52=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 87 (34.38% from 255 or 49.43% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 87 - color contains mainly: green. Hex color #255734 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255734 is #DAA8CB. Grayscale: #444444. Windows color (decimal): -14330060 or 3430181. OLE color: 3430181.

HSL color Cylindrical-coordinate representation of color #255734: hue angle of 138º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #255734 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB378752-
CMYK0.5700.400.66
HSL138º40.32%24.31%-
HSV(B)138º57.47%34.12%-
XYZ4.797.464.44-
YUV68.06118.94105.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.02%
GREEN value IS 87 (34.38% from 255) = 49.43%
BLUE value IS 52 (20.70% from 255) = 29.55%
R=21.02%
G=49.43%
B=29.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3787520.5700.400.6613840.3224.31
Hex25573439028428a2818
Octal4512764710501022125030
Binary1001011010111110100111001010100010000101000101010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255734; }

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

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

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

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

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

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

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

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