Html Css Color HEX #039852 Pigment Green

📋 copy color: '#039852'

red 3 ◦ green 152 ◦ blue 82

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

Shades of Pigment Green #039852

Tints of Pigment Green #039852

RGB

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

 GREEN value IS 152 (59.77% from 255) = 64.14%

 BLUE value IS 82 (32.42% from 255) = 34.6%

R = 1.27%
G = 64.14%
B = 34.6%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#039852 (or 0x039852) is known color: Pigment Green. HEX triplet: 03, 98 and 52. RGB value is (3,152,82). Sum of RGB (Red+Green+Blue) = 3+152+82=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 152 (59.77% from 255 or 64.14% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 152 - color contains mainly: green. Hex color #039852 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039852 is #FC67AD. Grayscale: #636363. Windows color (decimal): -16541614 or 5412867. OLE color: 5412867.

HSL color Cylindrical-coordinate representation of color #039852: hue angle of 151.81º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039852 is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB 3 152 82 -
CMYK 0.98 0 0.46 0.40
HSL 151.81º 0.96% 0.3% -
HSV(B) 151.81º 0.98% 0.6% -
XYZ 12.79 23.09 11.76 -
YUV 99.47 118.14 59.19 -
System Red Green Blue C M Y K H S L
Decimal 3 152 82 0.98 0 0.46 0.40 151.81 0.96 0.3
Hex 3 98 52 62 0 2E 28 98 60 1E
Octal 3 230 122 142 0 56 50 230 140 36
Binary 11 10011000 1010010 1100010 0 101110 101000 10011000 1100000 11110

Color Harmonies of #039852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039852

Black with #039852

Text Example


Text Example

White with #039852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039852; }

 p { color: rgb(3,152,82); }

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

background-color css

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

 a { background-color: rgb(3,152,82); }

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

border-color css

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

 span { border-color: rgb(3,152,82); }

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