Html Css Color HEX #048652 Salem

📋 copy color: '#048652'

red 4 ◦ green 134 ◦ blue 82

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

Shades of Salem #048652

Tints of Salem #048652

RGB

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

 GREEN value IS 134 (52.73% from 255) = 60.91%

 BLUE value IS 82 (32.42% from 255) = 37.27%

R = 1.82%
G = 60.91%
B = 37.27%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#048652 (or 0x048652) is known color: Salem. HEX triplet: 04, 86 and 52. RGB value is (4,134,82). Sum of RGB (Red+Green+Blue) = 4+134+82=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 134 (52.73% from 255 or 60.91% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 134 - color contains mainly: green. Hex color #048652 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048652 is #FB79AD. Grayscale: #595959. Windows color (decimal): -16480686 or 5408260. OLE color: 5408260.

HSL color Cylindrical-coordinate representation of color #048652: hue angle of 156º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048652 is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 134 82 -
CMYK 0.97 0 0.39 0.47
HSL 156º 0.94% 0.27% -
HSV(B) 156º 0.97% 0.53% -
XYZ 10.1 17.69 10.86 -
YUV 89.2 123.93 67.23 -
System Red Green Blue C M Y K H S L
Decimal 4 134 82 0.97 0 0.39 0.47 156 0.94 0.27
Hex 4 86 52 61 0 27 2F 9C 5E 1B
Octal 4 206 122 141 0 47 57 234 136 33
Binary 100 10000110 1010010 1100001 0 100111 101111 10011100 1011110 11011

Color Harmonies of #048652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048652

Black with #048652

Text Example


Text Example

White with #048652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048652; }

 p { color: rgb(4,134,82); }

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

background-color css

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

 a { background-color: rgb(4,134,82); }

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

border-color css

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

 span { border-color: rgb(4,134,82); }

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