Html Css Color HEX #03B76C Jade

📋 copy color: '#03B76C'

red 3 ◦ green 183 ◦ blue 108

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

Shades of Jade #03B76C

Tints of Jade #03B76C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 62.24%

 BLUE value IS 108 (42.58% from 255) = 36.73%

R = 1.02%
G = 62.24%
B = 36.73%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#03B76C (or 0x03B76C) is known color: Jade. HEX triplet: 03, B7 and 6C. RGB value is (3,183,108). Sum of RGB (Red+Green+Blue) = 3+183+108=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 183 (71.88% from 255 or 62.24% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 183 - color contains mainly: green. Hex color #03B76C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B76C is #FC4893. Grayscale: #787878. Windows color (decimal): -16533652 or 7124739. OLE color: 7124739.

HSL color Cylindrical-coordinate representation of color #03B76C: hue angle of 155º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B76C is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 3 183 108 -
CMYK 0.98 0 0.41 0.28
HSL 155º 0.97% 0.36% -
HSV(B) 155º 0.98% 0.72% -
XYZ 19.68 34.97 19.9 -
YUV 120.63 120.87 44.1 -
System Red Green Blue C M Y K H S L
Decimal 3 183 108 0.98 0 0.41 0.28 155 0.97 0.36
Hex 3 B7 6C 62 0 29 1C 9B 61 24
Octal 3 267 154 142 0 51 34 233 141 44
Binary 11 10110111 1101100 1100010 0 101001 11100 10011011 1100001 100100

Color Harmonies of #03B76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B76C

Black with #03B76C

Text Example


Text Example

White with #03B76C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,183,108); }

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

background-color css

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

 a { background-color: rgb(3,183,108); }

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

border-color css

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

 span { border-color: rgb(3,183,108); }

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