Html Css Color HEX #038A38 Salem

📋 copy color: '#038A38'

red 3 ◦ green 138 ◦ blue 56

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

Shades of Salem #038A38

Tints of Salem #038A38

RGB

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

 GREEN value IS 138 (54.3% from 255) = 70.05%

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

R = 1.52%
G = 70.05%
B = 28.43%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#038A38 (or 0x038A38) is known color: Salem. HEX triplet: 03, 8A and 38. RGB value is (3,138,56). Sum of RGB (Red+Green+Blue) = 3+138+56=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 138 (54.30% from 255 or 70.05% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 138 - color contains mainly: green. Hex color #038A38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038A38 is #FC75C7. Grayscale: #585858. Windows color (decimal): -16545224 or 3705347. OLE color: 3705347.

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

Color convert

RGB 3 138 56 -
CMYK 0.98 0 0.59 0.46
HSL 143.56º 0.96% 0.28% -
HSV(B) 143.56º 0.98% 0.54% -
XYZ 9.84 18.48 6.79 -
YUV 88.29 109.77 67.17 -
System Red Green Blue C M Y K H S L
Decimal 3 138 56 0.98 0 0.59 0.46 143.56 0.96 0.28
Hex 3 8A 38 62 0 3B 2E 90 60 1C
Octal 3 212 70 142 0 73 56 220 140 34
Binary 11 10001010 111000 1100010 0 111011 101110 10010000 1100000 11100

Color Harmonies of #038A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038A38

Black with #038A38

Text Example


Text Example

White with #038A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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