Html Css Color HEX #038B38 Salem

📋 copy color: '#038B38'

red 3 ◦ green 139 ◦ blue 56

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

Shades of Salem #038B38

Tints of Salem #038B38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 28.28%

R = 1.52%
G = 70.2%
B = 28.28%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.60

 K value IS 0.45

RGB Variations

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

Color information

#038B38 (or 0x038B38) is known color: Salem. HEX triplet: 03, 8B and 38. RGB value is (3,139,56). Sum of RGB (Red+Green+Blue) = 3+139+56=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 139 (54.69% from 255 or 70.20% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 139 - color contains mainly: green. Hex color #038B38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038B38 is #FC74C7. Grayscale: #595959. Windows color (decimal): -16544968 or 3705603. OLE color: 3705603.

HSL color Cylindrical-coordinate representation of color #038B38: hue angle of 143.38º 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 #038B38 is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 139 56 -
CMYK 0.98 0 0.60 0.45
HSL 143.38º 0.96% 0.28% -
HSV(B) 143.38º 0.98% 0.55% -
XYZ 9.98 18.77 6.84 -
YUV 88.87 109.44 66.75 -
System Red Green Blue C M Y K H S L
Decimal 3 139 56 0.98 0 0.60 0.45 143.38 0.96 0.28
Hex 3 8B 38 62 0 3C 2D 8F 60 1C
Octal 3 213 70 142 0 74 55 217 140 34
Binary 11 10001011 111000 1100010 0 111100 101101 10001111 1100000 11100

Color Harmonies of #038B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038B38

Black with #038B38

Text Example


Text Example

White with #038B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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