Html Css Color HEX #04B491 Persian Green

📋 copy color: '#04B491'

red 4 ◦ green 180 ◦ blue 145

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

Shades of Persian Green #04B491

Tints of Persian Green #04B491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.07%

R = 1.22%
G = 54.71%
B = 44.07%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#04B491 (or 0x04B491) is known color: Persian Green. HEX triplet: 04, B4 and 91. RGB value is (4,180,145). Sum of RGB (Red+Green+Blue) = 4+180+145=329 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 329); Green value is 180 (70.70% from 255 or 54.71% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 180 - color contains mainly: green. Hex color #04B491 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B491 is #FB4B6E. Grayscale: #7B7B7B. Windows color (decimal): -16468847 or 9548804. OLE color: 9548804.

HSL color Cylindrical-coordinate representation of color #04B491: hue angle of 168.07º 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 #04B491 is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 4 180 145 -
CMYK 0.98 0 0.19 0.29
HSL 168.07º 0.96% 0.36% -
HSV(B) 168.07º 0.98% 0.71% -
XYZ 21.48 34.71 32.36 -
YUV 123.39 140.19 42.85 -
System Red Green Blue C M Y K H S L
Decimal 4 180 145 0.98 0 0.19 0.29 168.07 0.96 0.36
Hex 4 B4 91 62 0 13 1D A8 60 24
Octal 4 264 221 142 0 23 35 250 140 44
Binary 100 10110100 10010001 1100010 0 10011 11101 10101000 1100000 100100

Color Harmonies of #04B491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B491

Black with #04B491

Text Example


Text Example

White with #04B491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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