Html Css Color HEX #04814C Salem

📋 copy color: '#04814C'

red 4 ◦ green 129 ◦ blue 76

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

Shades of Salem #04814C

Tints of Salem #04814C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 36.36%

R = 1.91%
G = 61.72%
B = 36.36%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#04814C (or 0x04814C) is known color: Salem. HEX triplet: 04, 81 and 4C. RGB value is (4,129,76). Sum of RGB (Red+Green+Blue) = 4+129+76=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 129 (50.78% from 255 or 61.72% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 129 - color contains mainly: green. Hex color #04814C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04814C is #FB7EB3. Grayscale: #555555. Windows color (decimal): -16481972 or 5013764. OLE color: 5013764.

HSL color Cylindrical-coordinate representation of color #04814C: hue angle of 154.56º 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 #04814C is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 129 76 -
CMYK 0.97 0 0.41 0.49
HSL 154.56º 0.94% 0.26% -
HSV(B) 154.56º 0.97% 0.51% -
XYZ 9.2 16.25 9.49 -
YUV 85.58 122.59 69.81 -
System Red Green Blue C M Y K H S L
Decimal 4 129 76 0.97 0 0.41 0.49 154.56 0.94 0.26
Hex 4 81 4C 61 0 29 31 9B 5E 1A
Octal 4 201 114 141 0 51 61 233 136 32
Binary 100 10000001 1001100 1100001 0 101001 110001 10011011 1011110 11010

Color Harmonies of #04814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04814C

Black with #04814C

Text Example


Text Example

White with #04814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04814C; }

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

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

background-color css

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

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

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

border-color css

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

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

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