Html Css Color HEX #048742 Salem

📋 copy color: '#048742'

red 4 ◦ green 135 ◦ blue 66

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

Shades of Salem #048742

Tints of Salem #048742

RGB

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

 GREEN value IS 135 (53.13% from 255) = 65.85%

 BLUE value IS 66 (26.17% from 255) = 32.2%

R = 1.95%
G = 65.85%
B = 32.2%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#048742 (or 0x048742) is known color: Salem. HEX triplet: 04, 87 and 42. RGB value is (4,135,66). Sum of RGB (Red+Green+Blue) = 4+135+66=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 135 (53.12% from 255 or 65.85% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 135 - color contains mainly: green. Hex color #048742 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048742 is #FB78BD. Grayscale: #585858. Windows color (decimal): -16480446 or 4359940. OLE color: 4359940.

HSL color Cylindrical-coordinate representation of color #048742: hue angle of 148.4º 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 #048742 is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 135 66 -
CMYK 0.97 0 0.51 0.47
HSL 148.4º 0.94% 0.27% -
HSV(B) 148.4º 0.97% 0.53% -
XYZ 9.7 17.75 8.07 -
YUV 87.97 115.6 68.11 -
System Red Green Blue C M Y K H S L
Decimal 4 135 66 0.97 0 0.51 0.47 148.4 0.94 0.27
Hex 4 87 42 61 0 33 2F 94 5E 1B
Octal 4 207 102 141 0 63 57 224 136 33
Binary 100 10000111 1000010 1100001 0 110011 101111 10010100 1011110 11011

Color Harmonies of #048742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048742

Black with #048742

Text Example


Text Example

White with #048742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048742; }

 p { color: rgb(4,135,66); }

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

background-color css

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

 a { background-color: rgb(4,135,66); }

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

border-color css

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

 span { border-color: rgb(4,135,66); }

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