Html Css Color HEX #059448 Pigment Green

📋 copy color: '#059448'

red 5 ◦ green 148 ◦ blue 72

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

Shades of Pigment Green #059448

Tints of Pigment Green #059448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32%

R = 2.22%
G = 65.78%
B = 32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#059448 (or 0x059448) is known color: Pigment Green. HEX triplet: 05, 94 and 48. RGB value is (5,148,72). Sum of RGB (Red+Green+Blue) = 5+148+72=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 148 (58.20% from 255 or 65.78% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 148 - color contains mainly: green. Hex color #059448 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059448 is #FA6BB7. Grayscale: #606060. Windows color (decimal): -16411576 or 4756485. OLE color: 4756485.

HSL color Cylindrical-coordinate representation of color #059448: hue angle of 148.11º 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 #059448 is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 148 72 -
CMYK 0.97 0 0.51 0.42
HSL 148.11º 0.93% 0.3% -
HSV(B) 148.11º 0.97% 0.58% -
XYZ 11.82 21.68 9.69 -
YUV 96.58 114.12 62.68 -
System Red Green Blue C M Y K H S L
Decimal 5 148 72 0.97 0 0.51 0.42 148.11 0.93 0.3
Hex 5 94 48 61 0 33 2A 94 5D 1E
Octal 5 224 110 141 0 63 52 224 135 36
Binary 101 10010100 1001000 1100001 0 110011 101010 10010100 1011101 11110

Color Harmonies of #059448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059448

Black with #059448

Text Example


Text Example

White with #059448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059448; }

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

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

background-color css

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

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

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

border-color css

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

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

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