#224C31

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

Shades of Kaitoke Green #224C31

Tints of Kaitoke Green #224C31

Color information

#224C31 (or 0x224C31) is unknown color: approx Kaitoke Green. HEX triplet: 22, 4C and 31. RGB value is (34,76,49). Sum of RGB (Red+Green+Blue) = 34+76+49=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 76 (30.08% from 255 or 47.80% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 76 - color contains mainly: green. Hex color #224C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224C31 is #DDB3CE. Grayscale: #3C3C3C. Windows color (decimal): -14529487 or 3230754. OLE color: 3230754.

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

Color convert

RGB347649-
CMYK0.5500.360.70
HSL141.43º38.18%21.57%-
HSV(B)141.43º55.26%29.8%-
XYZ3.85.733.81-
YUV60.36121.59109.2-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.38%
GREEN value IS 76 (30.08% from 255) = 47.80%
BLUE value IS 49 (19.53% from 255) = 30.82%
R=21.38%
G=47.80%
B=30.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3476490.5500.360.70141.4338.1821.57
Hex224C3137024468d2616
Octal4211461670441062154626
Binary1000101001100110001110111010010010001101000110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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