#04824B

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

Shades of Salem #04824B

Tints of Salem #04824B

Color information

#04824B (or 0x04824B) is unknown color: approx Salem. HEX triplet: 04, 82 and 4B. RGB value is (4,130,75). Sum of RGB (Red+Green+Blue) = 4+130+75=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 130 (51.17% from 255 or 62.20% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 130 - color contains mainly: green. Hex color #04824B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04824B is #FB7DB4. Grayscale: #565656. Windows color (decimal): -16481717 or 4948484. OLE color: 4948484.

HSL color Cylindrical-coordinate representation of color #04824B: hue angle of 153.81º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04824B is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB413075-
CMYK0.9700.420.49
HSL153.81º94.03%26.27%-
HSV(B)153.81º96.92%50.98%-
XYZ9.316.59.35-
YUV86.06121.7669.47-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.91%
GREEN value IS 130 (51.17% from 255) = 62.20%
BLUE value IS 75 (29.69% from 255) = 35.89%
R=1.91%
G=62.20%
B=35.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4130750.9700.420.49153.8194.0326.27
Hex4824B6102A319a5e1a
Octal42021131410526123213632
Binary1001000001010010111100001010101011000110011010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,130,75); }

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

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

 a { background-color: rgb(4,130,75); }

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

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

 span { border-color: rgb(4,130,75); }

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