Html Css Color HEX #224935 Bottle Green

📋 copy color: '#224935'

red 34 ◦ green 73 ◦ blue 53

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

Shades of Bottle Green #224935

Tints of Bottle Green #224935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.63%

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

R = 21.25%
G = 45.63%
B = 33.13%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#224935 (or 0x224935) is known color: Bottle Green. HEX triplet: 22, 49 and 35. RGB value is (34,73,53). Sum of RGB (Red+Green+Blue) = 34+73+53=160 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.25% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 73 - color contains mainly: green. Hex color #224935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224935 is #DDB6CA. Grayscale: #3B3B3B. Windows color (decimal): -14530251 or 3492130. OLE color: 3492130.

HSL color Cylindrical-coordinate representation of color #224935: hue angle of 149.23º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #224935 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 34 73 53 -
CMYK 0.53 0 0.27 0.71
HSL 149.23º 0.36% 0.21% -
HSV(B) 149.23º 0.53% 0.29% -
XYZ 3.68 5.36 4.21 -
YUV 59.06 124.58 110.13 -
System Red Green Blue C M Y K H S L
Decimal 34 73 53 0.53 0 0.27 0.71 149.23 0.36 0.21
Hex 22 49 35 35 0 1B 47 95 24 15
Octal 42 111 65 65 0 33 107 225 44 25
Binary 100010 1001001 110101 110101 0 11011 1000111 10010101 100100 10101

Color Harmonies of #224935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224935

Black with #224935

Text Example


Text Example

White with #224935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224935; }

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

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

background-color css

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

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

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

border-color css

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

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

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