Html Css Color HEX #05883A Salem

📋 copy color: '#05883A'

red 5 ◦ green 136 ◦ blue 58

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

Shades of Salem #05883A

Tints of Salem #05883A

RGB

 RED value IS 5 (2.34% from 255) = 2.51%

 GREEN value IS 136 (53.52% from 255) = 68.34%

 BLUE value IS 58 (23.05% from 255) = 29.15%

R = 2.51%
G = 68.34%
B = 29.15%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#05883A (or 0x05883A) is known color: Salem. HEX triplet: 05, 88 and 3A. RGB value is (5,136,58). Sum of RGB (Red+Green+Blue) = 5+136+58=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 136 (53.52% from 255 or 68.34% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 136 - color contains mainly: green. Hex color #05883A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05883A is #FA77C5. Grayscale: #585858. Windows color (decimal): -16414662 or 3835909. OLE color: 3835909.

HSL color Cylindrical-coordinate representation of color #05883A: hue angle of 144.27º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05883A is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 136 58 -
CMYK 0.96 0 0.57 0.47
HSL 144.27º 0.93% 0.28% -
HSV(B) 144.27º 0.96% 0.53% -
XYZ 9.63 17.95 6.96 -
YUV 87.94 111.1 68.84 -
System Red Green Blue C M Y K H S L
Decimal 5 136 58 0.96 0 0.57 0.47 144.27 0.93 0.28
Hex 5 88 3A 60 0 39 2F 90 5D 1C
Octal 5 210 72 140 0 71 57 220 135 34
Binary 101 10001000 111010 1100000 0 111001 101111 10010000 1011101 11100

Color Harmonies of #05883A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05883A

Black with #05883A

Text Example


Text Example

White with #05883A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05883A; }

 p { color: rgb(5,136,58); }

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

background-color css

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

 a { background-color: rgb(5,136,58); }

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

border-color css

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

 span { border-color: rgb(5,136,58); }

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