Html Css Color HEX #038552 Salem

📋 copy color: '#038552'

red 3 ◦ green 133 ◦ blue 82

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

Shades of Salem #038552

Tints of Salem #038552

RGB

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

 GREEN value IS 133 (52.34% from 255) = 61.01%

 BLUE value IS 82 (32.42% from 255) = 37.61%

R = 1.38%
G = 61.01%
B = 37.61%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#038552 (or 0x038552) is known color: Salem. HEX triplet: 03, 85 and 52. RGB value is (3,133,82). Sum of RGB (Red+Green+Blue) = 3+133+82=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 133 (52.34% from 255 or 61.01% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 133 - color contains mainly: green. Hex color #038552 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038552 is #FC7AAD. Grayscale: #585858. Windows color (decimal): -16546478 or 5408003. OLE color: 5408003.

HSL color Cylindrical-coordinate representation of color #038552: hue angle of 156.46º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038552 is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 133 82 -
CMYK 0.98 0 0.38 0.48
HSL 156.46º 0.96% 0.27% -
HSV(B) 156.46º 0.98% 0.52% -
XYZ 9.95 17.4 10.82 -
YUV 88.32 124.43 67.15 -
System Red Green Blue C M Y K H S L
Decimal 3 133 82 0.98 0 0.38 0.48 156.46 0.96 0.27
Hex 3 85 52 62 0 26 30 9C 60 1B
Octal 3 205 122 142 0 46 60 234 140 33
Binary 11 10000101 1010010 1100010 0 100110 110000 10011100 1100000 11011

Color Harmonies of #038552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038552

Black with #038552

Text Example


Text Example

White with #038552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038552; }

 p { color: rgb(3,133,82); }

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

background-color css

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

 a { background-color: rgb(3,133,82); }

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

border-color css

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

 span { border-color: rgb(3,133,82); }

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