Html Css Color HEX #05913F Pigment Green

📋 copy color: '#05913F'

red 5 ◦ green 145 ◦ blue 63

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

Shades of Pigment Green #05913F

Tints of Pigment Green #05913F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 68.08%

 BLUE value IS 63 (25% from 255) = 29.58%

R = 2.35%
G = 68.08%
B = 29.58%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#05913F (or 0x05913F) is known color: Pigment Green. HEX triplet: 05, 91 and 3F. RGB value is (5,145,63). Sum of RGB (Red+Green+Blue) = 5+145+63=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 145 (57.03% from 255 or 68.08% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 145 - color contains mainly: green. Hex color #05913F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05913F is #FA6EC0. Grayscale: #5D5D5D. Windows color (decimal): -16412353 or 4165893. OLE color: 4165893.

HSL color Cylindrical-coordinate representation of color #05913F: hue angle of 144.86º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05913F is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 145 63 -
CMYK 0.97 0 0.57 0.43
HSL 144.86º 0.93% 0.29% -
HSV(B) 144.86º 0.97% 0.57% -
XYZ 11.09 20.64 8.1 -
YUV 93.79 110.62 64.67 -
System Red Green Blue C M Y K H S L
Decimal 5 145 63 0.97 0 0.57 0.43 144.86 0.93 0.29
Hex 5 91 3F 61 0 39 2B 91 5D 1D
Octal 5 221 77 141 0 71 53 221 135 35
Binary 101 10010001 111111 1100001 0 111001 101011 10010001 1011101 11101

Color Harmonies of #05913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05913F

Black with #05913F

Text Example


Text Example

White with #05913F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05913F; }

 p { color: rgb(5,145,63); }

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

background-color css

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

 a { background-color: rgb(5,145,63); }

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

border-color css

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

 span { border-color: rgb(5,145,63); }

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