#264D36

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

Shades of Kaitoke Green #264D36

Tints of Kaitoke Green #264D36

Color information

#264D36 (or 0x264D36) is unknown color: approx Kaitoke Green. HEX triplet: 26, 4D and 36. RGB value is (38,77,54). Sum of RGB (Red+Green+Blue) = 38+77+54=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 77 - color contains mainly: green. Hex color #264D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264D36 is #D9B2C9. Grayscale: #3E3E3E. Windows color (decimal): -14267082 or 3558694. OLE color: 3558694.

HSL color Cylindrical-coordinate representation of color #264D36: hue angle of 144.62º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #264D36 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.

Color convert

RGB387754-
CMYK0.5100.300.70
HSL144.62º33.91%22.55%-
HSV(B)144.62º50.65%30.2%-
XYZ4.125.994.43-
YUV62.72123.08110.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.49%
GREEN value IS 77 (30.47% from 255) = 45.56%
BLUE value IS 54 (21.48% from 255) = 31.95%
R=22.49%
G=45.56%
B=31.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3877540.5100.300.70144.6233.9122.55
Hex264D363301E46912217
Octal4611566630361062214227
Binary100110100110111011011001101111010001101001000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264D36; }

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

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

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

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

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

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

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

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