Html Css Color HEX #05944E Pigment Green

📋 copy color: '#05944E'

red 5 ◦ green 148 ◦ blue 78

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

Shades of Pigment Green #05944E

Tints of Pigment Green #05944E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 64.07%

 BLUE value IS 78 (30.86% from 255) = 33.77%

R = 2.16%
G = 64.07%
B = 33.77%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#05944E (or 0x05944E) is known color: Pigment Green. HEX triplet: 05, 94 and 4E. RGB value is (5,148,78). Sum of RGB (Red+Green+Blue) = 5+148+78=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 148 (58.20% from 255 or 64.07% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 148 - color contains mainly: green. Hex color #05944E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05944E is #FA6BB1. Grayscale: #616161. Windows color (decimal): -16411570 or 5149701. OLE color: 5149701.

HSL color Cylindrical-coordinate representation of color #05944E: hue angle of 150.63º degrees, saturation: 0.93, 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 #05944E is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 148 78 -
CMYK 0.97 0 0.47 0.42
HSL 150.63º 0.93% 0.3% -
HSV(B) 150.63º 0.97% 0.58% -
XYZ 12.03 21.76 10.77 -
YUV 97.26 117.12 62.19 -
System Red Green Blue C M Y K H S L
Decimal 5 148 78 0.97 0 0.47 0.42 150.63 0.93 0.3
Hex 5 94 4E 61 0 2F 2A 97 5D 1E
Octal 5 224 116 141 0 57 52 227 135 36
Binary 101 10010100 1001110 1100001 0 101111 101010 10010111 1011101 11110

Color Harmonies of #05944E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05944E

Black with #05944E

Text Example


Text Example

White with #05944E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05944E; }

 p { color: rgb(5,148,78); }

 H1.HeaderClassName
 {
   color: #05944E;
 }
 .AnyTagClassName
 {
   color: #05944E;
 }
</style>

background-color css

<style>
 a { background-color: #05944E; }

 a { background-color: rgb(5,148,78); }

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

border-color css

<style>
 span { border-color: #05944E; }

 span { border-color: rgb(5,148,78); }

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