Html Css Color HEX #049993 Persian Green

📋 copy color: '#049993'

red 4 ◦ green 153 ◦ blue 147

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

Shades of Persian Green #049993

Tints of Persian Green #049993

RGB

 RED value IS 4 (1.95% from 255) = 1.32%

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

 BLUE value IS 147 (57.81% from 255) = 48.36%

R = 1.32%
G = 50.33%
B = 48.36%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#049993 (or 0x049993) is known color: Persian Green. HEX triplet: 04, 99 and 93. RGB value is (4,153,147). Sum of RGB (Red+Green+Blue) = 4+153+147=304 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #049993 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049993 is #FB666C. Grayscale: #6B6B6B. Windows color (decimal): -16475757 or 9672964. OLE color: 9672964.

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

Color convert

RGB 4 153 147 -
CMYK 0.97 0 0.04 0.4
HSL 177.58º 0.95% 0.31% -
HSV(B) 177.58º 0.97% 0.6% -
XYZ 16.71 24.91 31.53 -
YUV 107.77 150.14 53.99 -
System Red Green Blue C M Y K H S L
Decimal 4 153 147 0.97 0 0.04 0.4 177.58 0.95 0.31
Hex 4 99 93 61 0 4 28 B2 5F 1F
Octal 4 231 223 141 0 4 50 262 137 37
Binary 100 10011001 10010011 1100001 0 100 101000 10110010 1011111 11111

Color Harmonies of #049993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049993

Black with #049993

Text Example


Text Example

White with #049993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049993; }

 p { color: rgb(4,153,147); }

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

background-color css

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

 a { background-color: rgb(4,153,147); }

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

border-color css

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

 span { border-color: rgb(4,153,147); }

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