#265336

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

Shades of Kaitoke Green #265336

Tints of Kaitoke Green #265336

Color information

#265336 (or 0x265336) is unknown color: approx Kaitoke Green. HEX triplet: 26, 53 and 36. RGB value is (38,83,54). Sum of RGB (Red+Green+Blue) = 38+83+54=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #265336 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265336 is #D9ACC9. Grayscale: #424242. Windows color (decimal): -14265546 or 3560230. OLE color: 3560230.

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

Color convert

RGB388354-
CMYK0.5400.350.67
HSL141.33º37.19%23.73%-
HSV(B)141.33º54.22%32.55%-
XYZ4.566.864.57-
YUV66.24121.09107.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.71%
GREEN value IS 83 (32.81% from 255) = 47.43%
BLUE value IS 54 (21.48% from 255) = 30.86%
R=21.71%
G=47.43%
B=30.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3883540.5400.350.67141.3337.1923.73
Hex26533636023438d2518
Octal4612366660431032154530
Binary1001101010011110110110110010001110000111000110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265336; }

 p { color: rgb(38,83,54); }

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

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

 a { background-color: rgb(38,83,54); }

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

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

 span { border-color: rgb(38,83,54); }

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