Html Css Color HEX #05974D Pigment Green

📋 copy color: '#05974D'

red 5 ◦ green 151 ◦ blue 77

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

Shades of Pigment Green #05974D

Tints of Pigment Green #05974D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 64.81%

 BLUE value IS 77 (30.47% from 255) = 33.05%

R = 2.15%
G = 64.81%
B = 33.05%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#05974D (or 0x05974D) is known color: Pigment Green. HEX triplet: 05, 97 and 4D. RGB value is (5,151,77). Sum of RGB (Red+Green+Blue) = 5+151+77=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 151 (59.38% from 255 or 64.81% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 151 - color contains mainly: green. Hex color #05974D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05974D is #FA68B2. Grayscale: #636363. Windows color (decimal): -16410803 or 5084933. OLE color: 5084933.

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

Color convert

RGB 5 151 77 -
CMYK 0.97 0 0.49 0.41
HSL 149.59º 0.94% 0.31% -
HSV(B) 149.59º 0.97% 0.59% -
XYZ 12.47 22.7 10.75 -
YUV 98.91 115.63 61.02 -
System Red Green Blue C M Y K H S L
Decimal 5 151 77 0.97 0 0.49 0.41 149.59 0.94 0.31
Hex 5 97 4D 61 0 31 29 96 5E 1F
Octal 5 227 115 141 0 61 51 226 136 37
Binary 101 10010111 1001101 1100001 0 110001 101001 10010110 1011110 11111

Color Harmonies of #05974D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05974D

Black with #05974D

Text Example


Text Example

White with #05974D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,151,77); }

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

background-color css

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

 a { background-color: rgb(5,151,77); }

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

border-color css

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

 span { border-color: rgb(5,151,77); }

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