#265937

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

Shades of Kaitoke Green #265937

Tints of Kaitoke Green #265937

Color information

#265937 (or 0x265937) is unknown color: approx Kaitoke Green. HEX triplet: 26, 59 and 37. RGB value is (38,89,55). Sum of RGB (Red+Green+Blue) = 38+89+55=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 55 (21.88% from 255 or 30.22% from 182); Max value from RGB is 89 - color contains mainly: green. Hex color #265937 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265937 is #D9A6C8. Grayscale: #454545. Windows color (decimal): -14264009 or 3627302. OLE color: 3627302.

HSL color Cylindrical-coordinate representation of color #265937: hue angle of 140º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #265937 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB388955-
CMYK0.5700.380.65
HSL140º40.16%24.9%-
HSV(B)140º57.3%34.9%-
XYZ5.067.834.86-
YUV69.88119.6105.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.88%
GREEN value IS 89 (35.16% from 255) = 48.90%
BLUE value IS 55 (21.88% from 255) = 30.22%
R=20.88%
G=48.90%
B=30.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3889550.5700.380.6514040.1624.9
Hex26593739026418c2819
Octal4613167710461012145031
Binary1001101011001110111111001010011010000011000110010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265937; }

 p { color: rgb(38,89,55); }

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

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

 a { background-color: rgb(38,89,55); }

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

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

 span { border-color: rgb(38,89,55); }

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