#22483B

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

Shades of Burnham #22483B

Tints of Burnham #22483B

Color information

#22483B (or 0x22483B) is unknown color: approx Burnham. HEX triplet: 22, 48 and 3B. RGB value is (34,72,59). Sum of RGB (Red+Green+Blue) = 34+72+59=165 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.61% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #22483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22483B is #DDB7C4. Grayscale: #3B3B3B. Windows color (decimal): -14530501 or 3885090. OLE color: 3885090.

HSL color Cylindrical-coordinate representation of color #22483B: hue angle of 159.47º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #22483B is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB347259-
CMYK0.5300.180.72
HSL159.47º35.85%20.78%-
HSV(B)159.47º52.78%28.24%-
XYZ3.775.294.96-
YUV59.16127.91110.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.61%
GREEN value IS 72 (28.52% from 255) = 43.64%
BLUE value IS 59 (23.44% from 255) = 35.76%
R=20.61%
G=43.64%
B=35.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3472590.5300.180.72159.4735.8520.78
Hex22483B35012489f2415
Octal4211073650221102374425
Binary100010100100011101111010101001010010001001111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22483B; }

 p { color: rgb(34,72,59); }

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

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

 a { background-color: rgb(34,72,59); }

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

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

 span { border-color: rgb(34,72,59); }

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