#224E38

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

Shades of Bottle Green #224E38

Tints of Bottle Green #224E38

Color information

#224E38 (or 0x224E38) is unknown color: approx Bottle Green. HEX triplet: 22, 4E and 38. RGB value is (34,78,56). Sum of RGB (Red+Green+Blue) = 34+78+56=168 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.24% from 168); Green value is 78 (30.86% from 255 or 46.43% from 168); Blue value is 56 (22.27% from 255 or 33.33% from 168); Max value from RGB is 78 - color contains mainly: green. Hex color #224E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224E38 is #DDB1C7. Grayscale: #3E3E3E. Windows color (decimal): -14528968 or 3690018. OLE color: 3690018.

HSL color Cylindrical-coordinate representation of color #224E38: hue angle of 150º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #224E38 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB347856-
CMYK0.5600.280.69
HSL150º39.29%21.96%-
HSV(B)150º56.41%30.59%-
XYZ4.16.074.7-
YUV62.34124.42107.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.24%
GREEN value IS 78 (30.86% from 255) = 46.43%
BLUE value IS 56 (22.27% from 255) = 33.33%
R=20.24%
G=46.43%
B=33.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3478560.5600.280.6915039.2921.96
Hex224E383801C45962716
Octal4211670700341052264726
Binary100010100111011100011100001110010001011001011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,78,56); }

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

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

 a { background-color: rgb(34,78,56); }

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

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

 span { border-color: rgb(34,78,56); }

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