Html Css Color HEX #038951 Salem

📋 copy color: '#038951'

red 3 ◦ green 137 ◦ blue 81

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

Shades of Salem #038951

Tints of Salem #038951

RGB

 RED value IS 3 (1.56% from 255) = 1.36%

 GREEN value IS 137 (53.91% from 255) = 61.99%

 BLUE value IS 81 (32.03% from 255) = 36.65%

R = 1.36%
G = 61.99%
B = 36.65%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.41

 K value IS 0.46

RGB Variations

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

Color information

#038951 (or 0x038951) is known color: Salem. HEX triplet: 03, 89 and 51. RGB value is (3,137,81). Sum of RGB (Red+Green+Blue) = 3+137+81=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 137 (53.91% from 255 or 61.99% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 137 - color contains mainly: green. Hex color #038951 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038951 is #FC76AE. Grayscale: #5A5A5A. Windows color (decimal): -16545455 or 5343491. OLE color: 5343491.

HSL color Cylindrical-coordinate representation of color #038951: hue angle of 154.93º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038951 is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB 3 137 81 -
CMYK 0.98 0 0.41 0.46
HSL 154.93º 0.96% 0.27% -
HSV(B) 154.93º 0.98% 0.54% -
XYZ 10.47 18.5 10.8 -
YUV 90.55 122.61 65.55 -
System Red Green Blue C M Y K H S L
Decimal 3 137 81 0.98 0 0.41 0.46 154.93 0.96 0.27
Hex 3 89 51 62 0 29 2E 9B 60 1B
Octal 3 211 121 142 0 51 56 233 140 33
Binary 11 10001001 1010001 1100010 0 101001 101110 10011011 1100000 11011

Color Harmonies of #038951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038951

Black with #038951

Text Example


Text Example

White with #038951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038951; }

 p { color: rgb(3,137,81); }

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

background-color css

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

 a { background-color: rgb(3,137,81); }

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

border-color css

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

 span { border-color: rgb(3,137,81); }

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