Html Css Color HEX #05954C Pigment Green

📋 copy color: '#05954C'

red 5 ◦ green 149 ◦ blue 76

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

Shades of Pigment Green #05954C

Tints of Pigment Green #05954C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 64.78%

 BLUE value IS 76 (30.08% from 255) = 33.04%

R = 2.17%
G = 64.78%
B = 33.04%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#05954C (or 0x05954C) is known color: Pigment Green. HEX triplet: 05, 95 and 4C. RGB value is (5,149,76). Sum of RGB (Red+Green+Blue) = 5+149+76=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 149 (58.59% from 255 or 64.78% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 149 - color contains mainly: green. Hex color #05954C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05954C is #FA6AB3. Grayscale: #616161. Windows color (decimal): -16411316 or 5018885. OLE color: 5018885.

HSL color Cylindrical-coordinate representation of color #05954C: hue angle of 149.58º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05954C is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 149 76 -
CMYK 0.97 0 0.49 0.42
HSL 149.58º 0.94% 0.3% -
HSV(B) 149.58º 0.97% 0.58% -
XYZ 12.11 22.05 10.45 -
YUV 97.62 115.79 61.94 -
System Red Green Blue C M Y K H S L
Decimal 5 149 76 0.97 0 0.49 0.42 149.58 0.94 0.3
Hex 5 95 4C 61 0 31 2A 96 5E 1E
Octal 5 225 114 141 0 61 52 226 136 36
Binary 101 10010101 1001100 1100001 0 110001 101010 10010110 1011110 11110

Color Harmonies of #05954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05954C

Black with #05954C

Text Example


Text Example

White with #05954C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,149,76); }

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

background-color css

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

 a { background-color: rgb(5,149,76); }

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

border-color css

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

 span { border-color: rgb(5,149,76); }

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