Html Css Color HEX #049CA3 Persian Green

📋 copy color: '#049CA3'

red 4 ◦ green 156 ◦ blue 163

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

Shades of Persian Green #049CA3

Tints of Persian Green #049CA3

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48.3%

 BLUE value IS 163 (64.06% from 255) = 50.46%

R = 1.24%
G = 48.3%
B = 50.46%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#049CA3 (or 0x049CA3) is known color: Persian Green. HEX triplet: 04, 9C and A3. RGB value is (4,156,163). Sum of RGB (Red+Green+Blue) = 4+156+163=323 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 323); Green value is 156 (61.33% from 255 or 48.30% from 323); Blue value is 163 (64.06% from 255 or 50.46% from 323); Max value from RGB is 163 - color contains mainly: blue. Hex color #049CA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049CA3 is #FB635C. Grayscale: #6F6F6F. Windows color (decimal): -16474973 or 10722308. OLE color: 10722308.

HSL color Cylindrical-coordinate representation of color #049CA3: hue angle of 182.64º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049CA3 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 4 156 163 -
CMYK 0.98 0.04 0 0.36
HSL 182.64º 0.95% 0.33% -
HSV(B) 182.64º 0.98% 0.64% -
XYZ 18.55 26.45 38.78 -
YUV 111.35 157.14 51.43 -
System Red Green Blue C M Y K H S L
Decimal 4 156 163 0.98 0.04 0 0.36 182.64 0.95 0.33
Hex 4 9C A3 62 4 0 24 B7 5F 21
Octal 4 234 243 142 4 0 44 267 137 41
Binary 100 10011100 10100011 1100010 100 0 100100 10110111 1011111 100001

Color Harmonies of #049CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049CA3

Black with #049CA3

Text Example


Text Example

White with #049CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049CA3; }

 p { color: rgb(4,156,163); }

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

background-color css

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

 a { background-color: rgb(4,156,163); }

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

border-color css

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

 span { border-color: rgb(4,156,163); }

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