Html Css Color HEX #05963D Pigment Green

📋 copy color: '#05963D'

red 5 ◦ green 150 ◦ blue 61

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

Shades of Pigment Green #05963D

Tints of Pigment Green #05963D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 28.24%

R = 2.31%
G = 69.44%
B = 28.24%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#05963D (or 0x05963D) is known color: Pigment Green. HEX triplet: 05, 96 and 3D. RGB value is (5,150,61). Sum of RGB (Red+Green+Blue) = 5+150+61=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 150 (58.98% from 255 or 69.44% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 150 - color contains mainly: green. Hex color #05963D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05963D is #FA69C2. Grayscale: #606060. Windows color (decimal): -16411075 or 4036101. OLE color: 4036101.

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

Color convert

RGB 5 150 61 -
CMYK 0.97 0 0.59 0.41
HSL 143.17º 0.94% 0.3% -
HSV(B) 143.17º 0.97% 0.59% -
XYZ 11.81 22.18 8.07 -
YUV 96.5 107.96 62.74 -
System Red Green Blue C M Y K H S L
Decimal 5 150 61 0.97 0 0.59 0.41 143.17 0.94 0.3
Hex 5 96 3D 61 0 3B 29 8F 5E 1E
Octal 5 226 75 141 0 73 51 217 136 36
Binary 101 10010110 111101 1100001 0 111011 101001 10001111 1011110 11110

Color Harmonies of #05963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05963D

Black with #05963D

Text Example


Text Example

White with #05963D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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