Html Css Color HEX #04B490 Persian Green

📋 copy color: '#04B490'

red 4 ◦ green 180 ◦ blue 144

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

Shades of Persian Green #04B490

Tints of Persian Green #04B490

RGB

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

 GREEN value IS 180 (70.7% from 255) = 54.88%

 BLUE value IS 144 (56.64% from 255) = 43.9%

R = 1.22%
G = 54.88%
B = 43.9%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#04B490 (or 0x04B490) is known color: Persian Green. HEX triplet: 04, B4 and 90. RGB value is (4,180,144). Sum of RGB (Red+Green+Blue) = 4+180+144=328 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 328); Green value is 180 (70.70% from 255 or 54.88% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 180 - color contains mainly: green. Hex color #04B490 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B490 is #FB4B6F. Grayscale: #7B7B7B. Windows color (decimal): -16468848 or 9483268. OLE color: 9483268.

HSL color Cylindrical-coordinate representation of color #04B490: hue angle of 167.73º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B490 is Cyan = 0.98, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB 4 180 144 -
CMYK 0.98 0 0.2 0.29
HSL 167.73º 0.96% 0.36% -
HSV(B) 167.73º 0.98% 0.71% -
XYZ 21.41 34.68 31.95 -
YUV 123.27 139.69 42.93 -
System Red Green Blue C M Y K H S L
Decimal 4 180 144 0.98 0 0.2 0.29 167.73 0.96 0.36
Hex 4 B4 90 62 0 14 1D A8 60 24
Octal 4 264 220 142 0 24 35 250 140 44
Binary 100 10110100 10010000 1100010 0 10100 11101 10101000 1100000 100100

Color Harmonies of #04B490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B490

Black with #04B490

Text Example


Text Example

White with #04B490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04B490; }

 p { color: rgb(4,180,144); }

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

background-color css

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

 a { background-color: rgb(4,180,144); }

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

border-color css

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

 span { border-color: rgb(4,180,144); }

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