Html Css Color HEX #03683C Jewel

📋 copy color: '#03683C'

red 3 ◦ green 104 ◦ blue 60

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

Shades of Jewel #03683C

Tints of Jewel #03683C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 62.28%

 BLUE value IS 60 (23.83% from 255) = 35.93%

R = 1.8%
G = 62.28%
B = 35.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#03683C (or 0x03683C) is known color: Jewel. HEX triplet: 03, 68 and 3C. RGB value is (3,104,60). Sum of RGB (Red+Green+Blue) = 3+104+60=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 104 (41.02% from 255 or 62.28% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 104 - color contains mainly: green. Hex color #03683C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03683C is #FC97C3. Grayscale: #444444. Windows color (decimal): -16553924 or 3958787. OLE color: 3958787.

HSL color Cylindrical-coordinate representation of color #03683C: hue angle of 153.86º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03683C is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 104 60 -
CMYK 0.97 0 0.42 0.59
HSL 153.86º 0.94% 0.21% -
HSV(B) 153.86º 0.97% 0.41% -
XYZ 5.8 10.25 5.95 -
YUV 68.79 123.04 81.08 -
System Red Green Blue C M Y K H S L
Decimal 3 104 60 0.97 0 0.42 0.59 153.86 0.94 0.21
Hex 3 68 3C 61 0 2A 3B 9A 5E 15
Octal 3 150 74 141 0 52 73 232 136 25
Binary 11 1101000 111100 1100001 0 101010 111011 10011010 1011110 10101

Color Harmonies of #03683C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03683C

Black with #03683C

Text Example


Text Example

White with #03683C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03683C; }

 p { color: rgb(3,104,60); }

 H1.HeaderClassName
 {
   color: #03683C;
 }
 .AnyTagClassName
 {
   color: #03683C;
 }
</style>

background-color css

<style>
 a { background-color: #03683C; }

 a { background-color: rgb(3,104,60); }

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

border-color css

<style>
 span { border-color: #03683C; }

 span { border-color: rgb(3,104,60); }

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