#264C31

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

Shades of Kaitoke Green #264C31

Tints of Kaitoke Green #264C31

Color information

#264C31 (or 0x264C31) is unknown color: approx Kaitoke Green. HEX triplet: 26, 4C and 31. RGB value is (38,76,49). Sum of RGB (Red+Green+Blue) = 38+76+49=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 76 (30.08% from 255 or 46.63% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 76 - color contains mainly: green. Hex color #264C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C31 is #D9B3CE. Grayscale: #3D3D3D. Windows color (decimal): -14267343 or 3230758. OLE color: 3230758.

HSL color Cylindrical-coordinate representation of color #264C31: hue angle of 137.37º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #264C31 is Cyan = 0.5, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB387649-
CMYK0.500.360.70
HSL137.37º33.33%22.35%-
HSV(B)137.37º50%29.8%-
XYZ3.945.83.82-
YUV61.56120.91111.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.31%
GREEN value IS 76 (30.08% from 255) = 46.63%
BLUE value IS 49 (19.53% from 255) = 30.06%
R=23.31%
G=46.63%
B=30.06%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3876490.500.360.70137.3733.3322.35
Hex264C313202446892116
Octal4611461620441062114126
Binary1001101001100110001110010010010010001101000100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,76,49); }

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

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

 a { background-color: rgb(38,76,49); }

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

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

 span { border-color: rgb(38,76,49); }

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