#224B3C

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

Shades of Burnham #224B3C

Tints of Burnham #224B3C

Color information

#224B3C (or 0x224B3C) is unknown color: approx Burnham. HEX triplet: 22, 4B and 3C. RGB value is (34,75,60). Sum of RGB (Red+Green+Blue) = 34+75+60=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 75 - color contains mainly: green. Hex color #224B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224B3C is #DDB4C3. Grayscale: #3D3D3D. Windows color (decimal): -14529732 or 3951394. OLE color: 3951394.

HSL color Cylindrical-coordinate representation of color #224B3C: hue angle of 158.05º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #224B3C is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.

Color convert

RGB347560-
CMYK0.5500.200.71
HSL158.05º37.61%21.37%-
HSV(B)158.05º54.67%29.41%-
XYZ3.995.75.16-
YUV61.03127.42108.72-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.12%
GREEN value IS 75 (29.69% from 255) = 44.38%
BLUE value IS 60 (23.83% from 255) = 35.50%
R=20.12%
G=44.38%
B=35.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3475600.5500.200.71158.0537.6121.37
Hex224B3C37014479e2615
Octal4211374670241072364625
Binary100010100101111110011011101010010001111001111010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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