Html Css Color HEX #039992 Persian Green

📋 copy color: '#039992'

red 3 ◦ green 153 ◦ blue 146

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

Shades of Persian Green #039992

Tints of Persian Green #039992

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.66%

 BLUE value IS 146 (57.42% from 255) = 48.34%

R = 0.99%
G = 50.66%
B = 48.34%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#039992 (or 0x039992) is known color: Persian Green. HEX triplet: 03, 99 and 92. RGB value is (3,153,146). Sum of RGB (Red+Green+Blue) = 3+153+146=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #039992 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039992 is #FC666D. Grayscale: #6B6B6B. Windows color (decimal): -16541294 or 9607427. OLE color: 9607427.

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

Color convert

RGB 3 153 146 -
CMYK 0.98 0 0.05 0.4
HSL 177.2º 0.96% 0.31% -
HSV(B) 177.2º 0.98% 0.6% -
XYZ 16.62 24.88 31.12 -
YUV 107.35 149.81 53.57 -
System Red Green Blue C M Y K H S L
Decimal 3 153 146 0.98 0 0.05 0.4 177.2 0.96 0.31
Hex 3 99 92 62 0 5 28 B1 60 1F
Octal 3 231 222 142 0 5 50 261 140 37
Binary 11 10011001 10010010 1100010 0 101 101000 10110001 1100000 11111

Color Harmonies of #039992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039992

Black with #039992

Text Example


Text Example

White with #039992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039992; }

 p { color: rgb(3,153,146); }

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

background-color css

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

 a { background-color: rgb(3,153,146); }

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

border-color css

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

 span { border-color: rgb(3,153,146); }

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