#265832

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

Shades of Kaitoke Green #265832

Tints of Kaitoke Green #265832

Color information

#265832 (or 0x265832) is unknown color: approx Kaitoke Green. HEX triplet: 26, 58 and 32. RGB value is (38,88,50). Sum of RGB (Red+Green+Blue) = 38+88+50=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 88 (34.77% from 255 or 50% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 88 - color contains mainly: green. Hex color #265832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265832 is #D9A7CD. Grayscale: #444444. Windows color (decimal): -14264270 or 3299366. OLE color: 3299366.

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

Color convert

RGB388850-
CMYK0.5700.430.65
HSL134.4º39.68%24.71%-
HSV(B)134.4º56.82%34.51%-
XYZ4.867.624.23-
YUV68.72117.44106.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.59%
GREEN value IS 88 (34.77% from 255) = 50%
BLUE value IS 50 (19.92% from 255) = 28.41%
R=21.59%
G=50%
B=28.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3888500.5700.430.65134.439.6824.71
Hex2658323902B41862819
Octal4613062710531012065031
Binary1001101011000110010111001010101110000011000011010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265832; }

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

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

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

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

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

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

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

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