Html Css Color HEX #04B58B Persian Green

📋 copy color: '#04B58B'

red 4 ◦ green 181 ◦ blue 139

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

Shades of Persian Green #04B58B

Tints of Persian Green #04B58B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 55.86%

 BLUE value IS 139 (54.69% from 255) = 42.9%

R = 1.23%
G = 55.86%
B = 42.9%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#04B58B (or 0x04B58B) is known color: Persian Green. HEX triplet: 04, B5 and 8B. RGB value is (4,181,139). Sum of RGB (Red+Green+Blue) = 4+181+139=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 181 (71.09% from 255 or 55.86% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 181 - color contains mainly: green. Hex color #04B58B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B58B is #FB4A74. Grayscale: #7B7B7B. Windows color (decimal): -16468597 or 9155844. OLE color: 9155844.

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

Color convert

RGB 4 181 139 -
CMYK 0.98 0 0.23 0.29
HSL 165.76º 0.96% 0.36% -
HSV(B) 165.76º 0.98% 0.71% -
XYZ 21.23 34.94 30.05 -
YUV 123.29 136.86 42.92 -
System Red Green Blue C M Y K H S L
Decimal 4 181 139 0.98 0 0.23 0.29 165.76 0.96 0.36
Hex 4 B5 8B 62 0 17 1D A6 60 24
Octal 4 265 213 142 0 27 35 246 140 44
Binary 100 10110101 10001011 1100010 0 10111 11101 10100110 1100000 100100

Color Harmonies of #04B58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B58B

Black with #04B58B

Text Example


Text Example

White with #04B58B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,181,139); }

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

background-color css

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

 a { background-color: rgb(4,181,139); }

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

border-color css

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

 span { border-color: rgb(4,181,139); }

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