Html Css Color HEX #038B40 Salem

📋 copy color: '#038B40'

red 3 ◦ green 139 ◦ blue 64

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

Shades of Salem #038B40

Tints of Salem #038B40

RGB

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

 GREEN value IS 139 (54.69% from 255) = 67.48%

 BLUE value IS 64 (25.39% from 255) = 31.07%

R = 1.46%
G = 67.48%
B = 31.07%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#038B40 (or 0x038B40) is known color: Salem. HEX triplet: 03, 8B and 40. RGB value is (3,139,64). Sum of RGB (Red+Green+Blue) = 3+139+64=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 139 (54.69% from 255 or 67.48% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 139 - color contains mainly: green. Hex color #038B40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038B40 is #FC74BF. Grayscale: #595959. Windows color (decimal): -16544960 or 4229891. OLE color: 4229891.

HSL color Cylindrical-coordinate representation of color #038B40: hue angle of 146.91º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038B40 is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 139 64 -
CMYK 0.98 0 0.54 0.45
HSL 146.91º 0.96% 0.28% -
HSV(B) 146.91º 0.98% 0.55% -
XYZ 10.2 18.85 7.95 -
YUV 89.79 113.44 66.1 -
System Red Green Blue C M Y K H S L
Decimal 3 139 64 0.98 0 0.54 0.45 146.91 0.96 0.28
Hex 3 8B 40 62 0 36 2D 93 60 1C
Octal 3 213 100 142 0 66 55 223 140 34
Binary 11 10001011 1000000 1100010 0 110110 101101 10010011 1100000 11100

Color Harmonies of #038B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038B40

Black with #038B40

Text Example


Text Example

White with #038B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038B40; }

 p { color: rgb(3,139,64); }

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

background-color css

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

 a { background-color: rgb(3,139,64); }

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

border-color css

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

 span { border-color: rgb(3,139,64); }

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