#04834A

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

Shades of Salem #04834A

Tints of Salem #04834A

Color information

#04834A (or 0x04834A) is unknown color: approx Salem. HEX triplet: 04, 83 and 4A. RGB value is (4,131,74). Sum of RGB (Red+Green+Blue) = 4+131+74=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 131 (51.56% from 255 or 62.68% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 131 - color contains mainly: green. Hex color #04834A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04834A is #FB7CB5. Grayscale: #565656. Windows color (decimal): -16481462 or 4883204. OLE color: 4883204.

HSL color Cylindrical-coordinate representation of color #04834A: hue angle of 153.07º 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 #04834A is Cyan = 0.97, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB413174-
CMYK0.9700.440.49
HSL153.07º94.07%26.47%-
HSV(B)153.07º96.95%51.37%-
XYZ9.416.759.22-
YUV86.53120.9269.13-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.91%
GREEN value IS 131 (51.56% from 255) = 62.68%
BLUE value IS 74 (29.30% from 255) = 35.41%
R=1.91%
G=62.68%
B=35.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4131740.9700.440.49153.0794.0726.47
Hex4834A6102C31995e1a
Octal42031121410546123113632
Binary1001000001110010101100001010110011000110011001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04834A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04834A; }

 p { color: rgb(4,131,74); }

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

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

 a { background-color: rgb(4,131,74); }

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

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

 span { border-color: rgb(4,131,74); }

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