Html Css Color HEX #04B492 Persian Green

📋 copy color: '#04B492'

red 4 ◦ green 180 ◦ blue 146

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

Shades of Persian Green #04B492

Tints of Persian Green #04B492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.24%

R = 1.21%
G = 54.55%
B = 44.24%

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

#04B492 (or 0x04B492) is known color: Persian Green. HEX triplet: 04, B4 and 92. RGB value is (4,180,146). Sum of RGB (Red+Green+Blue) = 4+180+146=330 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #04B492 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B492 is #FB4B6D. Grayscale: #7B7B7B. Windows color (decimal): -16468846 or 9614340. OLE color: 9614340.

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

Color convert

RGB 4 180 146 -
CMYK 0.98 0 0.19 0.29
HSL 168.41º 0.96% 0.36% -
HSV(B) 168.41º 0.98% 0.71% -
XYZ 21.56 34.74 32.76 -
YUV 123.5 140.69 42.76 -
System Red Green Blue C M Y K H S L
Decimal 4 180 146 0.98 0 0.19 0.29 168.41 0.96 0.36
Hex 4 B4 92 62 0 13 1D A8 60 24
Octal 4 264 222 142 0 23 35 250 140 44
Binary 100 10110100 10010010 1100010 0 10011 11101 10101000 1100000 100100

Color Harmonies of #04B492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B492

Black with #04B492

Text Example


Text Example

White with #04B492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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