Html Css Color HEX #059133 Pigment Green

📋 copy color: '#059133'

red 5 ◦ green 145 ◦ blue 51

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

Shades of Pigment Green #059133

Tints of Pigment Green #059133

RGB

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

 GREEN value IS 145 (57.03% from 255) = 72.14%

 BLUE value IS 51 (20.31% from 255) = 25.37%

R = 2.49%
G = 72.14%
B = 25.37%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#059133 (or 0x059133) is known color: Pigment Green. HEX triplet: 05, 91 and 33. RGB value is (5,145,51). Sum of RGB (Red+Green+Blue) = 5+145+51=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 145 (57.03% from 255 or 72.14% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 145 - color contains mainly: green. Hex color #059133 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059133 is #FA6ECC. Grayscale: #5C5C5C. Windows color (decimal): -16412365 or 3379461. OLE color: 3379461.

HSL color Cylindrical-coordinate representation of color #059133: hue angle of 139.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059133 is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 145 51 -
CMYK 0.97 0 0.65 0.43
HSL 139.71º 0.93% 0.29% -
HSV(B) 139.71º 0.97% 0.57% -
XYZ 10.79 20.52 6.52 -
YUV 92.42 104.62 65.64 -
System Red Green Blue C M Y K H S L
Decimal 5 145 51 0.97 0 0.65 0.43 139.71 0.93 0.29
Hex 5 91 33 61 0 41 2B 8C 5D 1D
Octal 5 221 63 141 0 101 53 214 135 35
Binary 101 10010001 110011 1100001 0 1000001 101011 10001100 1011101 11101

Color Harmonies of #059133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059133

Black with #059133

Text Example


Text Example

White with #059133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059133; }

 p { color: rgb(5,145,51); }

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

background-color css

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

 a { background-color: rgb(5,145,51); }

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

border-color css

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

 span { border-color: rgb(5,145,51); }

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