Html Css Color HEX #03B974 Jade

📋 copy color: '#03B974'

red 3 ◦ green 185 ◦ blue 116

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

Shades of Jade #03B974

Tints of Jade #03B974

RGB

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

 GREEN value IS 185 (72.66% from 255) = 60.86%

 BLUE value IS 116 (45.7% from 255) = 38.16%

R = 0.99%
G = 60.86%
B = 38.16%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#03B974 (or 0x03B974) is known color: Jade. HEX triplet: 03, B9 and 74. RGB value is (3,185,116). Sum of RGB (Red+Green+Blue) = 3+185+116=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 185 (72.66% from 255 or 60.86% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 185 - color contains mainly: green. Hex color #03B974 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B974 is #FC468B. Grayscale: #7A7A7A. Windows color (decimal): -16533132 or 7649539. OLE color: 7649539.

HSL color Cylindrical-coordinate representation of color #03B974: hue angle of 157.25º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B974 is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 185 116 -
CMYK 0.98 0 0.37 0.27
HSL 157.25º 0.97% 0.37% -
HSV(B) 157.25º 0.98% 0.73% -
XYZ 20.54 35.98 22.38 -
YUV 122.72 124.2 42.61 -
System Red Green Blue C M Y K H S L
Decimal 3 185 116 0.98 0 0.37 0.27 157.25 0.97 0.37
Hex 3 B9 74 62 0 25 1B 9D 61 25
Octal 3 271 164 142 0 45 33 235 141 45
Binary 11 10111001 1110100 1100010 0 100101 11011 10011101 1100001 100101

Color Harmonies of #03B974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B974

Black with #03B974

Text Example


Text Example

White with #03B974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,185,116); }

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

background-color css

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

 a { background-color: rgb(3,185,116); }

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

border-color css

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

 span { border-color: rgb(3,185,116); }

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