Html Css Color HEX #138252 Salem

📋 copy color: '#138252'

red 19 ◦ green 130 ◦ blue 82

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

Shades of Salem #138252

Tints of Salem #138252

RGB

 RED value IS 19 (7.81% from 255) = 8.23%

 GREEN value IS 130 (51.17% from 255) = 56.28%

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

R = 8.23%
G = 56.28%
B = 35.5%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#138252 (or 0x138252) is known color: Salem. HEX triplet: 13, 82 and 52. RGB value is (19,130,82). Sum of RGB (Red+Green+Blue) = 19+130+82=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #138252 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138252 is #EC7DAD. Grayscale: #5B5B5B. Windows color (decimal): -15498670 or 5407251. OLE color: 5407251.

HSL color Cylindrical-coordinate representation of color #138252: hue angle of 154.05º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138252 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 130 82 -
CMYK 0.85 0 0.37 0.49
HSL 154.05º 0.74% 0.29% -
HSV(B) 154.05º 0.85% 0.51% -
XYZ 9.77 16.71 10.69 -
YUV 91.34 122.73 76.4 -
System Red Green Blue C M Y K H S L
Decimal 19 130 82 0.85 0 0.37 0.49 154.05 0.74 0.29
Hex 13 82 52 55 0 25 31 9A 4A 1D
Octal 23 202 122 125 0 45 61 232 112 35
Binary 10011 10000010 1010010 1010101 0 100101 110001 10011010 1001010 11101

Color Harmonies of #138252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138252

Black with #138252

Text Example


Text Example

White with #138252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138252; }

 p { color: rgb(19,130,82); }

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

background-color css

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

 a { background-color: rgb(19,130,82); }

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

border-color css

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

 span { border-color: rgb(19,130,82); }

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