Html Css Color HEX #03B464 Jade

📋 copy color: '#03B464'

red 3 ◦ green 180 ◦ blue 100

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

Shades of Jade #03B464

Tints of Jade #03B464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.34%

R = 1.06%
G = 63.6%
B = 35.34%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#03B464 (or 0x03B464) is known color: Jade. HEX triplet: 03, B4 and 64. RGB value is (3,180,100). Sum of RGB (Red+Green+Blue) = 3+180+100=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 180 (70.70% from 255 or 63.60% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 180 - color contains mainly: green. Hex color #03B464 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B464 is #FC4B9B. Grayscale: #767676. Windows color (decimal): -16534428 or 6599683. OLE color: 6599683.

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

Color convert

RGB 3 180 100 -
CMYK 0.98 0 0.44 0.29
HSL 152.88º 0.97% 0.36% -
HSV(B) 152.88º 0.98% 0.71% -
XYZ 18.66 33.58 17.56 -
YUV 117.96 117.86 46 -
System Red Green Blue C M Y K H S L
Decimal 3 180 100 0.98 0 0.44 0.29 152.88 0.97 0.36
Hex 3 B4 64 62 0 2C 1D 99 61 24
Octal 3 264 144 142 0 54 35 231 141 44
Binary 11 10110100 1100100 1100010 0 101100 11101 10011001 1100001 100100

Color Harmonies of #03B464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B464

Black with #03B464

Text Example


Text Example

White with #03B464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,180,100); }

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

background-color css

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

 a { background-color: rgb(3,180,100); }

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

border-color css

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

 span { border-color: rgb(3,180,100); }

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