#038240

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

Shades of Salem #038240

Tints of Salem #038240

Color information

#038240 (or 0x038240) is unknown color: approx Salem. HEX triplet: 03, 82 and 40. RGB value is (3,130,64). Sum of RGB (Red+Green+Blue) = 3+130+64=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 130 (51.17% from 255 or 65.99% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 130 - color contains mainly: green. Hex color #038240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038240 is #FC7DBF. Grayscale: #545454. Windows color (decimal): -16547264 or 4227587. OLE color: 4227587.

HSL color Cylindrical-coordinate representation of color #038240: hue angle of 148.82º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038240 is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB313064-
CMYK0.9800.510.49
HSL148.82º95.49%26.08%-
HSV(B)148.82º97.69%50.98%-
XYZ8.9516.357.54-
YUV84.5116.4269.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.52%
GREEN value IS 130 (51.17% from 255) = 65.99%
BLUE value IS 64 (25.39% from 255) = 32.49%
R=1.52%
G=65.99%
B=32.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3130640.9800.510.49148.8295.4926.08
Hex382406203331955f1a
Octal32021001420636122513732
Binary111000001010000001100010011001111000110010101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038240; }

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

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

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

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

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

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

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

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