Html Css Color HEX #008348 Salem

📋 copy color: '#008348'

red 0 ◦ green 131 ◦ blue 72

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

Shades of Salem #008348

Tints of Salem #008348

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 131 (51.56% from 255) = 64.53%

 BLUE value IS 72 (28.52% from 255) = 35.47%

R = 0%
G = 64.53%
B = 35.47%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#008348 (or 0x008348) is known color: Salem. HEX triplet: 00, 83 and 48. RGB value is (0,131,72). Sum of RGB (Red+Green+Blue) = 0+131+72=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 131 (51.56% from 255 or 64.53% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 131 - color contains mainly: green. Hex color #008348 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008348 is #FF7CB7. Grayscale: #555555. Windows color (decimal): -16743608 or 4752128. OLE color: 4752128.

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

Color convert

RGB 0 131 72 -
CMYK 1 0 0.45 0.49
HSL 152.98º 1% 0.26% -
HSV(B) 152.98º 1% 0.51% -
XYZ 9.29 16.7 8.86 -
YUV 85.11 120.6 67.3 -
System Red Green Blue C M Y K H S L
Decimal 0 131 72 1 0 0.45 0.49 152.98 1 0.26
Hex 0 83 48 64 0 2D 31 99 64 1A
Octal 0 203 110 144 0 55 61 231 144 32
Binary 0 10000011 1001000 1100100 0 101101 110001 10011001 1100100 11010

Color Harmonies of #008348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008348

Black with #008348

Text Example


Text Example

White with #008348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008348; }

 p { color: rgb(0,131,72); }

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

background-color css

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

 a { background-color: rgb(0,131,72); }

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

border-color css

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

 span { border-color: rgb(0,131,72); }

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