Html Css Color HEX #03B665 Jade

📋 copy color: '#03B665'

red 3 ◦ green 182 ◦ blue 101

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

Shades of Jade #03B665

Tints of Jade #03B665

RGB

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

 GREEN value IS 182 (71.48% from 255) = 63.64%

 BLUE value IS 101 (39.84% from 255) = 35.31%

R = 1.05%
G = 63.64%
B = 35.31%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#03B665 (or 0x03B665) is known color: Jade. HEX triplet: 03, B6 and 65. RGB value is (3,182,101). Sum of RGB (Red+Green+Blue) = 3+182+101=286 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 286); Green value is 182 (71.48% from 255 or 63.64% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 182 - color contains mainly: green. Hex color #03B665 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B665 is #FC499A. Grayscale: #777777. Windows color (decimal): -16533915 or 6665731. OLE color: 6665731.

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

Color convert

RGB 3 182 101 -
CMYK 0.98 0 0.45 0.29
HSL 152.85º 0.97% 0.36% -
HSV(B) 152.85º 0.98% 0.71% -
XYZ 19.11 34.41 17.95 -
YUV 119.25 117.7 45.09 -
System Red Green Blue C M Y K H S L
Decimal 3 182 101 0.98 0 0.45 0.29 152.85 0.97 0.36
Hex 3 B6 65 62 0 2D 1D 99 61 24
Octal 3 266 145 142 0 55 35 231 141 44
Binary 11 10110110 1100101 1100010 0 101101 11101 10011001 1100001 100100

Color Harmonies of #03B665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B665

Black with #03B665

Text Example


Text Example

White with #03B665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,182,101); }

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

background-color css

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

 a { background-color: rgb(3,182,101); }

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

border-color css

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

 span { border-color: rgb(3,182,101); }

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