Html Css Color HEX #05913C Pigment Green

📋 copy color: '#05913C'

red 5 ◦ green 145 ◦ blue 60

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

Shades of Pigment Green #05913C

Tints of Pigment Green #05913C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.57%

R = 2.38%
G = 69.05%
B = 28.57%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#05913C (or 0x05913C) is known color: Pigment Green. HEX triplet: 05, 91 and 3C. RGB value is (5,145,60). Sum of RGB (Red+Green+Blue) = 5+145+60=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 145 (57.03% from 255 or 69.05% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 145 - color contains mainly: green. Hex color #05913C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05913C is #FA6EC3. Grayscale: #5D5D5D. Windows color (decimal): -16412356 or 3969285. OLE color: 3969285.

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

Color convert

RGB 5 145 60 -
CMYK 0.97 0 0.59 0.43
HSL 143.57º 0.93% 0.29% -
HSV(B) 143.57º 0.97% 0.57% -
XYZ 11 20.61 7.67 -
YUV 93.45 109.12 64.91 -
System Red Green Blue C M Y K H S L
Decimal 5 145 60 0.97 0 0.59 0.43 143.57 0.93 0.29
Hex 5 91 3C 61 0 3B 2B 90 5D 1D
Octal 5 221 74 141 0 73 53 220 135 35
Binary 101 10010001 111100 1100001 0 111011 101011 10010000 1011101 11101

Color Harmonies of #05913C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05913C

Black with #05913C

Text Example


Text Example

White with #05913C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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