#224236

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

Shades of Burnham #224236

Tints of Burnham #224236

Color information

#224236 (or 0x224236) is unknown color: approx Burnham. HEX triplet: 22, 42 and 36. RGB value is (34,66,54). Sum of RGB (Red+Green+Blue) = 34+66+54=154 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.08% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 54 (21.48% from 255 or 35.06% from 154); Max value from RGB is 66 - color contains mainly: green. Hex color #224236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224236 is #DDBDC9. Grayscale: #373737. Windows color (decimal): -14532042 or 3555874. OLE color: 3555874.

HSL color Cylindrical-coordinate representation of color #224236: hue angle of 157.5º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #224236 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB346654-
CMYK0.4800.180.74
HSL157.5º32%19.61%-
HSV(B)157.5º48.48%25.88%-
XYZ3.274.54.19-
YUV55.06127.4112.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.08%
GREEN value IS 66 (26.17% from 255) = 42.86%
BLUE value IS 54 (21.48% from 255) = 35.06%
R=22.08%
G=42.86%
B=35.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3466540.4800.180.74157.53219.61
Hex224236300124A9e2014
Octal4210266600221122364024
Binary100010100001011011011000001001010010101001111010000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224236; }

 p { color: rgb(34,66,54); }

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

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

 a { background-color: rgb(34,66,54); }

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

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

 span { border-color: rgb(34,66,54); }

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