Html Css Color HEX #04834B Salem

📋 copy color: '#04834B'

red 4 ◦ green 131 ◦ blue 75

#04834B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #04834B

Tints of Salem #04834B

RGB

 RED value IS 4 (1.95% from 255) = 1.9%

 GREEN value IS 131 (51.56% from 255) = 62.38%

 BLUE value IS 75 (29.69% from 255) = 35.71%

R = 1.9%
G = 62.38%
B = 35.71%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#04834B (or 0x04834B) is known color: Salem. HEX triplet: 04, 83 and 4B. RGB value is (4,131,75). Sum of RGB (Red+Green+Blue) = 4+131+75=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 131 (51.56% from 255 or 62.38% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 131 - color contains mainly: green. Hex color #04834B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04834B is #FB7CB4. Grayscale: #565656. Windows color (decimal): -16481461 or 4948740. OLE color: 4948740.

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

Color convert

RGB 4 131 75 -
CMYK 0.97 0 0.43 0.49
HSL 153.54º 0.94% 0.26% -
HSV(B) 153.54º 0.97% 0.51% -
XYZ 9.44 16.77 9.4 -
YUV 86.64 121.42 69.05 -
System Red Green Blue C M Y K H S L
Decimal 4 131 75 0.97 0 0.43 0.49 153.54 0.94 0.26
Hex 4 83 4B 61 0 2B 31 9A 5E 1A
Octal 4 203 113 141 0 53 61 232 136 32
Binary 100 10000011 1001011 1100001 0 101011 110001 10011010 1011110 11010

Color Harmonies of #04834B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04834B

Black with #04834B

Text Example


Text Example

White with #04834B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04834B;
 }
 .AnyTagClassName
 {
   color: #04834B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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