#265932

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

Shades of Kaitoke Green #265932

Tints of Kaitoke Green #265932

Color information

#265932 (or 0x265932) is unknown color: approx Kaitoke Green. HEX triplet: 26, 59 and 32. RGB value is (38,89,50). Sum of RGB (Red+Green+Blue) = 38+89+50=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #265932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265932 is #D9A6CD. Grayscale: #454545. Windows color (decimal): -14264014 or 3299622. OLE color: 3299622.

HSL color Cylindrical-coordinate representation of color #265932: hue angle of 134.12º 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 #265932 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB388950-
CMYK0.5700.440.65
HSL134.12º40.16%24.9%-
HSV(B)134.12º57.3%34.9%-
XYZ4.957.794.26-
YUV69.3117.1105.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.47%
GREEN value IS 89 (35.16% from 255) = 50.28%
BLUE value IS 50 (19.92% from 255) = 28.25%
R=21.47%
G=50.28%
B=28.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3889500.5700.440.65134.1240.1624.9
Hex2659323902C41862819
Octal4613162710541012065031
Binary1001101011001110010111001010110010000011000011010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265932; }

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

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

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

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

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

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

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

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