#224E3C

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

Shades of Burnham #224E3C

Tints of Burnham #224E3C

Color information

#224E3C (or 0x224E3C) is unknown color: approx Burnham. HEX triplet: 22, 4E and 3C. RGB value is (34,78,60). Sum of RGB (Red+Green+Blue) = 34+78+60=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 78 (30.86% from 255 or 45.35% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 78 - color contains mainly: green. Hex color #224E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224E3C is #DDB1C3. Grayscale: #3E3E3E. Windows color (decimal): -14528964 or 3952162. OLE color: 3952162.

HSL color Cylindrical-coordinate representation of color #224E3C: hue angle of 155.45º 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 #224E3C is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.

Color convert

RGB347860-
CMYK0.5600.230.69
HSL155.45º39.29%21.96%-
HSV(B)155.45º56.41%30.59%-
XYZ4.26.125.23-
YUV62.79126.42107.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.77%
GREEN value IS 78 (30.86% from 255) = 45.35%
BLUE value IS 60 (23.83% from 255) = 34.88%
R=19.77%
G=45.35%
B=34.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3478600.5600.230.69155.4539.2921.96
Hex224E3C38017459b2716
Octal4211674700271052334726
Binary100010100111011110011100001011110001011001101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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