Html Css Color HEX #224C33 Kaitoke Green

📋 copy color: '#224C33'

red 34 ◦ green 76 ◦ blue 51

#224C33
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kaitoke Green #224C33

Tints of Kaitoke Green #224C33

RGB

 RED value IS 34 (13.67% from 255) = 21.12%

 GREEN value IS 76 (30.08% from 255) = 47.2%

 BLUE value IS 51 (20.31% from 255) = 31.68%

R = 21.12%
G = 47.2%
B = 31.68%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.70

RGB Variations

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

Color information

#224C33 (or 0x224C33) is known color: Kaitoke Green. HEX triplet: 22, 4C and 33. RGB value is (34,76,51). Sum of RGB (Red+Green+Blue) = 34+76+51=161 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.12% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 76 - color contains mainly: green. Hex color #224C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224C33 is #DDB3CC. Grayscale: #3C3C3C. Windows color (decimal): -14529485 or 3361826. OLE color: 3361826.

HSL color Cylindrical-coordinate representation of color #224C33: hue angle of 144.29º 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 #224C33 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.70.

Color convert

RGB 34 76 51 -
CMYK 0.55 0 0.33 0.70
HSL 144.29º 0.38% 0.22% -
HSV(B) 144.29º 0.55% 0.3% -
XYZ 3.84 5.75 4.04 -
YUV 60.59 122.59 109.03 -
System Red Green Blue C M Y K H S L
Decimal 34 76 51 0.55 0 0.33 0.70 144.29 0.38 0.22
Hex 22 4C 33 37 0 21 46 90 26 16
Octal 42 114 63 67 0 41 106 220 46 26
Binary 100010 1001100 110011 110111 0 100001 1000110 10010000 100110 10110

Color Harmonies of #224C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224C33

Black with #224C33

Text Example


Text Example

White with #224C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #224C33;
 }
 .AnyTagClassName
 {
   color: #224C33;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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