Html Css Color HEX #048144 Salem

📋 copy color: '#048144'

red 4 ◦ green 129 ◦ blue 68

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

Shades of Salem #048144

Tints of Salem #048144

RGB

 RED value IS 4 (1.95% from 255) = 1.99%

 GREEN value IS 129 (50.78% from 255) = 64.18%

 BLUE value IS 68 (26.95% from 255) = 33.83%

R = 1.99%
G = 64.18%
B = 33.83%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#048144 (or 0x048144) is known color: Salem. HEX triplet: 04, 81 and 44. RGB value is (4,129,68). Sum of RGB (Red+Green+Blue) = 4+129+68=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 129 (50.78% from 255 or 64.18% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 129 - color contains mainly: green. Hex color #048144 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048144 is #FB7EBB. Grayscale: #545454. Windows color (decimal): -16481980 or 4489476. OLE color: 4489476.

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

Color convert

RGB 4 129 68 -
CMYK 0.97 0 0.47 0.49
HSL 150.72º 0.94% 0.26% -
HSV(B) 150.72º 0.97% 0.51% -
XYZ 8.94 16.14 8.11 -
YUV 84.67 118.59 70.46 -
System Red Green Blue C M Y K H S L
Decimal 4 129 68 0.97 0 0.47 0.49 150.72 0.94 0.26
Hex 4 81 44 61 0 2F 31 97 5E 1A
Octal 4 201 104 141 0 57 61 227 136 32
Binary 100 10000001 1000100 1100001 0 101111 110001 10010111 1011110 11010

Color Harmonies of #048144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048144

Black with #048144

Text Example


Text Example

White with #048144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048144; }

 p { color: rgb(4,129,68); }

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

background-color css

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

 a { background-color: rgb(4,129,68); }

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

border-color css

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

 span { border-color: rgb(4,129,68); }

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