#265539

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

Shades of Kaitoke Green #265539

Tints of Kaitoke Green #265539

Color information

#265539 (or 0x265539) is unknown color: approx Kaitoke Green. HEX triplet: 26, 55 and 39. RGB value is (38,85,57). Sum of RGB (Red+Green+Blue) = 38+85+57=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 57 (22.66% from 255 or 31.67% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #265539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265539 is #D9AAC6. Grayscale: #434343. Windows color (decimal): -14265031 or 3757350. OLE color: 3757350.

HSL color Cylindrical-coordinate representation of color #265539: hue angle of 144.26º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #265539 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB388557-
CMYK0.5500.330.67
HSL144.26º38.21%24.12%-
HSV(B)144.26º55.29%33.33%-
XYZ4.797.25.01-
YUV67.76121.93106.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.11%
GREEN value IS 85 (33.59% from 255) = 47.22%
BLUE value IS 57 (22.66% from 255) = 31.67%
R=21.11%
G=47.22%
B=31.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3885570.5500.330.67144.2638.2124.12
Hex2655393702143902618
Octal4612571670411032204630
Binary1001101010101111001110111010000110000111001000010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265539; }

 p { color: rgb(38,85,57); }

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

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

 a { background-color: rgb(38,85,57); }

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

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

 span { border-color: rgb(38,85,57); }

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