Html Css Color HEX #04B185 Persian Green

📋 copy color: '#04B185'

red 4 ◦ green 177 ◦ blue 133

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

Shades of Persian Green #04B185

Tints of Persian Green #04B185

RGB

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

 GREEN value IS 177 (69.53% from 255) = 56.37%

 BLUE value IS 133 (52.34% from 255) = 42.36%

R = 1.27%
G = 56.37%
B = 42.36%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#04B185 (or 0x04B185) is known color: Persian Green. HEX triplet: 04, B1 and 85. RGB value is (4,177,133). Sum of RGB (Red+Green+Blue) = 4+177+133=314 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 314); Green value is 177 (69.53% from 255 or 56.37% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 177 - color contains mainly: green. Hex color #04B185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04B185 is #FB4E7A. Grayscale: #787878. Windows color (decimal): -16469627 or 8761604. OLE color: 8761604.

HSL color Cylindrical-coordinate representation of color #04B185: hue angle of 164.74º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B185 is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 177 133 -
CMYK 0.98 0 0.25 0.31
HSL 164.74º 0.96% 0.35% -
HSV(B) 164.74º 0.98% 0.69% -
XYZ 20.01 33.16 27.54 -
YUV 120.26 135.19 45.08 -
System Red Green Blue C M Y K H S L
Decimal 4 177 133 0.98 0 0.25 0.31 164.74 0.96 0.35
Hex 4 B1 85 62 0 19 1F A5 60 23
Octal 4 261 205 142 0 31 37 245 140 43
Binary 100 10110001 10000101 1100010 0 11001 11111 10100101 1100000 100011

Color Harmonies of #04B185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B185

Black with #04B185

Text Example


Text Example

White with #04B185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,177,133); }

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

background-color css

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

 a { background-color: rgb(4,177,133); }

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

border-color css

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

 span { border-color: rgb(4,177,133); }

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