Html Css Color HEX #03693D Jewel

📋 copy color: '#03693D'

red 3 ◦ green 105 ◦ blue 61

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

Shades of Jewel #03693D

Tints of Jewel #03693D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 62.13%

 BLUE value IS 61 (24.22% from 255) = 36.09%

R = 1.78%
G = 62.13%
B = 36.09%

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

#03693D (or 0x03693D) is known color: Jewel. HEX triplet: 03, 69 and 3D. RGB value is (3,105,61). Sum of RGB (Red+Green+Blue) = 3+105+61=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 105 (41.41% from 255 or 62.13% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 105 - color contains mainly: green. Hex color #03693D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03693D is #FC96C2. Grayscale: #454545. Windows color (decimal): -16553667 or 4024579. OLE color: 4024579.

HSL color Cylindrical-coordinate representation of color #03693D: hue angle of 154.12º 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 #03693D is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 105 61 -
CMYK 0.97 0 0.42 0.59
HSL 154.12º 0.94% 0.21% -
HSV(B) 154.12º 0.97% 0.41% -
XYZ 5.93 10.46 6.12 -
YUV 69.49 123.21 80.58 -
System Red Green Blue C M Y K H S L
Decimal 3 105 61 0.97 0 0.42 0.59 154.12 0.94 0.21
Hex 3 69 3D 61 0 2A 3B 9A 5E 15
Octal 3 151 75 141 0 52 73 232 136 25
Binary 11 1101001 111101 1100001 0 101010 111011 10011010 1011110 10101

Color Harmonies of #03693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03693D

Black with #03693D

Text Example


Text Example

White with #03693D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03693D; }

 p { color: rgb(3,105,61); }

 H1.HeaderClassName
 {
   color: #03693D;
 }
 .AnyTagClassName
 {
   color: #03693D;
 }
</style>

background-color css

<style>
 a { background-color: #03693D; }

 a { background-color: rgb(3,105,61); }

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

border-color css

<style>
 span { border-color: #03693D; }

 span { border-color: rgb(3,105,61); }

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