Html Css Color HEX #224C35 Bottle Green

📋 copy color: '#224C35'

red 34 ◦ green 76 ◦ blue 53

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

Shades of Bottle Green #224C35

Tints of Bottle Green #224C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 32.52%

R = 20.86%
G = 46.63%
B = 32.52%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.30

 K value IS 0.70

RGB Variations

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

Color information

#224C35 (or 0x224C35) is known color: Bottle Green. HEX triplet: 22, 4C and 35. RGB value is (34,76,53). Sum of RGB (Red+Green+Blue) = 34+76+53=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 76 (30.08% from 255 or 46.63% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 76 - color contains mainly: green. Hex color #224C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224C35 is #DDB3CA. Grayscale: #3C3C3C. Windows color (decimal): -14529483 or 3492898. OLE color: 3492898.

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

Color convert

RGB 34 76 53 -
CMYK 0.55 0 0.30 0.70
HSL 147.14º 0.38% 0.22% -
HSV(B) 147.14º 0.55% 0.3% -
XYZ 3.89 5.77 4.28 -
YUV 60.82 123.59 108.87 -
System Red Green Blue C M Y K H S L
Decimal 34 76 53 0.55 0 0.30 0.70 147.14 0.38 0.22
Hex 22 4C 35 37 0 1E 46 93 26 16
Octal 42 114 65 67 0 36 106 223 46 26
Binary 100010 1001100 110101 110111 0 11110 1000110 10010011 100110 10110

Color Harmonies of #224C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224C35

Black with #224C35

Text Example


Text Example

White with #224C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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