Html Css Color HEX #03B575 Jade

📋 copy color: '#03B575'

red 3 ◦ green 181 ◦ blue 117

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

Shades of Jade #03B575

Tints of Jade #03B575

RGB

 RED value IS 3 (1.56% from 255) = 1%

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

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 1%
G = 60.13%
B = 38.87%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#03B575 (or 0x03B575) is known color: Jade. HEX triplet: 03, B5 and 75. RGB value is (3,181,117). Sum of RGB (Red+Green+Blue) = 3+181+117=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 181 (71.09% from 255 or 60.13% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 181 - color contains mainly: green. Hex color #03B575 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B575 is #FC4A8A. Grayscale: #787878. Windows color (decimal): -16534155 or 7714051. OLE color: 7714051.

HSL color Cylindrical-coordinate representation of color #03B575: hue angle of 158.43º degrees, saturation: 0.97, 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 #03B575 is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 3 181 117 -
CMYK 0.98 0 0.35 0.29
HSL 158.43º 0.97% 0.36% -
HSV(B) 158.43º 0.98% 0.71% -
XYZ 19.77 34.35 22.42 -
YUV 120.48 126.03 44.2 -
System Red Green Blue C M Y K H S L
Decimal 3 181 117 0.98 0 0.35 0.29 158.43 0.97 0.36
Hex 3 B5 75 62 0 23 1D 9E 61 24
Octal 3 265 165 142 0 43 35 236 141 44
Binary 11 10110101 1110101 1100010 0 100011 11101 10011110 1100001 100100

Color Harmonies of #03B575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B575

Black with #03B575

Text Example


Text Example

White with #03B575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03B575; }

 p { color: rgb(3,181,117); }

 H1.HeaderClassName
 {
   color: #03B575;
 }
 .AnyTagClassName
 {
   color: #03B575;
 }
</style>

background-color css

<style>
 a { background-color: #03B575; }

 a { background-color: rgb(3,181,117); }

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

border-color css

<style>
 span { border-color: #03B575; }

 span { border-color: rgb(3,181,117); }

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