Html Css Color HEX #039334 Pigment Green

📋 copy color: '#039334'

red 3 ◦ green 147 ◦ blue 52

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

Shades of Pigment Green #039334

Tints of Pigment Green #039334

RGB

 RED value IS 3 (1.56% from 255) = 1.49%

 GREEN value IS 147 (57.81% from 255) = 72.77%

 BLUE value IS 52 (20.7% from 255) = 25.74%

R = 1.49%
G = 72.77%
B = 25.74%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#039334 (or 0x039334) is known color: Pigment Green. HEX triplet: 03, 93 and 34. RGB value is (3,147,52). Sum of RGB (Red+Green+Blue) = 3+147+52=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 147 (57.81% from 255 or 72.77% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 147 - color contains mainly: green. Hex color #039334 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039334 is #FC6CCB. Grayscale: #5D5D5D. Windows color (decimal): -16542924 or 3445507. OLE color: 3445507.

HSL color Cylindrical-coordinate representation of color #039334: hue angle of 140.42º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039334 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 147 52 -
CMYK 0.98 0 0.65 0.42
HSL 140.42º 0.96% 0.29% -
HSV(B) 140.42º 0.98% 0.58% -
XYZ 11.09 21.13 6.74 -
YUV 93.11 104.79 63.72 -
System Red Green Blue C M Y K H S L
Decimal 3 147 52 0.98 0 0.65 0.42 140.42 0.96 0.29
Hex 3 93 34 62 0 41 2A 8C 60 1D
Octal 3 223 64 142 0 101 52 214 140 35
Binary 11 10010011 110100 1100010 0 1000001 101010 10001100 1100000 11101

Color Harmonies of #039334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039334

Black with #039334

Text Example


Text Example

White with #039334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039334; }

 p { color: rgb(3,147,52); }

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

background-color css

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

 a { background-color: rgb(3,147,52); }

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

border-color css

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

 span { border-color: rgb(3,147,52); }

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