Html Css Color HEX #05963A Pigment Green

📋 copy color: '#05963A'

red 5 ◦ green 150 ◦ blue 58

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

Shades of Pigment Green #05963A

Tints of Pigment Green #05963A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 70.42%

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

R = 2.35%
G = 70.42%
B = 27.23%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#05963A (or 0x05963A) is known color: Pigment Green. HEX triplet: 05, 96 and 3A. RGB value is (5,150,58). Sum of RGB (Red+Green+Blue) = 5+150+58=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 150 (58.98% from 255 or 70.42% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 150 - color contains mainly: green. Hex color #05963A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05963A is #FA69C5. Grayscale: #606060. Windows color (decimal): -16411078 or 3839493. OLE color: 3839493.

HSL color Cylindrical-coordinate representation of color #05963A: hue angle of 141.93º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05963A is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 150 58 -
CMYK 0.97 0 0.61 0.41
HSL 141.93º 0.94% 0.3% -
HSV(B) 141.93º 0.97% 0.59% -
XYZ 11.73 22.15 7.66 -
YUV 96.16 106.46 62.98 -
System Red Green Blue C M Y K H S L
Decimal 5 150 58 0.97 0 0.61 0.41 141.93 0.94 0.3
Hex 5 96 3A 61 0 3D 29 8E 5E 1E
Octal 5 226 72 141 0 75 51 216 136 36
Binary 101 10010110 111010 1100001 0 111101 101001 10001110 1011110 11110

Color Harmonies of #05963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05963A

Black with #05963A

Text Example


Text Example

White with #05963A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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