Html Css Color HEX #05904D Pigment Green

📋 copy color: '#05904D'

red 5 ◦ green 144 ◦ blue 77

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

Shades of Pigment Green #05904D

Tints of Pigment Green #05904D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 63.72%

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

R = 2.21%
G = 63.72%
B = 34.07%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#05904D (or 0x05904D) is known color: Pigment Green. HEX triplet: 05, 90 and 4D. RGB value is (5,144,77). Sum of RGB (Red+Green+Blue) = 5+144+77=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 144 (56.64% from 255 or 63.72% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 144 - color contains mainly: green. Hex color #05904D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05904D is #FA6FB2. Grayscale: #5E5E5E. Windows color (decimal): -16412595 or 5083141. OLE color: 5083141.

HSL color Cylindrical-coordinate representation of color #05904D: hue angle of 151.08º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05904D is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 144 77 -
CMYK 0.97 0 0.47 0.44
HSL 151.08º 0.93% 0.29% -
HSV(B) 151.08º 0.97% 0.56% -
XYZ 11.38 20.51 10.38 -
YUV 94.8 117.95 63.95 -
System Red Green Blue C M Y K H S L
Decimal 5 144 77 0.97 0 0.47 0.44 151.08 0.93 0.29
Hex 5 90 4D 61 0 2F 2C 97 5D 1D
Octal 5 220 115 141 0 57 54 227 135 35
Binary 101 10010000 1001101 1100001 0 101111 101100 10010111 1011101 11101

Color Harmonies of #05904D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05904D

Black with #05904D

Text Example


Text Example

White with #05904D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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