Html Css Color HEX #038949 Salem

📋 copy color: '#038949'

red 3 ◦ green 137 ◦ blue 73

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

Shades of Salem #038949

Tints of Salem #038949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 34.27%

R = 1.41%
G = 64.32%
B = 34.27%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#038949 (or 0x038949) is known color: Salem. HEX triplet: 03, 89 and 49. RGB value is (3,137,73). Sum of RGB (Red+Green+Blue) = 3+137+73=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 137 (53.91% from 255 or 64.32% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 137 - color contains mainly: green. Hex color #038949 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038949 is #FC76B6. Grayscale: #595959. Windows color (decimal): -16545463 or 4819203. OLE color: 4819203.

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

Color convert

RGB 3 137 73 -
CMYK 0.98 0 0.47 0.46
HSL 151.34º 0.96% 0.27% -
HSV(B) 151.34º 0.98% 0.54% -
XYZ 10.19 18.39 9.32 -
YUV 89.64 118.61 66.2 -
System Red Green Blue C M Y K H S L
Decimal 3 137 73 0.98 0 0.47 0.46 151.34 0.96 0.27
Hex 3 89 49 62 0 2F 2E 97 60 1B
Octal 3 211 111 142 0 57 56 227 140 33
Binary 11 10001001 1001001 1100010 0 101111 101110 10010111 1100000 11011

Color Harmonies of #038949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038949

Black with #038949

Text Example


Text Example

White with #038949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038949; }

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

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

background-color css

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

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

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

border-color css

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

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

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