#038A3C

Color #038A3C Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #038A3C

Tints of Salem #038A3C

Color information

#038A3C (or 0x038A3C) is unknown color: approx Salem. HEX triplet: 03, 8A and 3C. RGB value is (3,138,60). Sum of RGB (Red+Green+Blue) = 3+138+60=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 138 (54.30% from 255 or 68.66% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 138 - color contains mainly: green. Hex color #038A3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038A3C is #FC75C3. Grayscale: #585858. Windows color (decimal): -16545220 or 3967491. OLE color: 3967491.

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

Color convert

RGB313860-
CMYK0.9800.570.46
HSL145.33º95.74%27.65%-
HSV(B)145.33º97.83%54.12%-
XYZ9.9418.527.33-
YUV88.74111.7766.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 138 (54.30% from 255) = 68.66%
BLUE value IS 60 (23.83% from 255) = 29.85%
R=1.49%
G=68.66%
B=29.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3138600.9800.570.46145.3395.7427.65
Hex38A3C620392E91601c
Octal3212741420715622114034
Binary11100010101111001100010011100110111010010001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #038A3C;
 }
 .AnyTagClassName
 {
   color: #038A3C;
 }
</style>
background-color css

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

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

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

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

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

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