Html Css Color HEX #03693A Jewel

📋 copy color: '#03693A'

red 3 ◦ green 105 ◦ blue 58

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

Shades of Jewel #03693A

Tints of Jewel #03693A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 34.94%

R = 1.81%
G = 63.25%
B = 34.94%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#03693A (or 0x03693A) is known color: Jewel. HEX triplet: 03, 69 and 3A. RGB value is (3,105,58). Sum of RGB (Red+Green+Blue) = 3+105+58=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 105 (41.41% from 255 or 63.25% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 105 - color contains mainly: green. Hex color #03693A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03693A is #FC96C5. Grayscale: #454545. Windows color (decimal): -16553670 or 3827971. OLE color: 3827971.

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

Color convert

RGB 3 105 58 -
CMYK 0.97 0 0.45 0.59
HSL 152.35º 0.94% 0.21% -
HSV(B) 152.35º 0.97% 0.41% -
XYZ 5.85 10.43 5.71 -
YUV 69.14 121.71 80.82 -
System Red Green Blue C M Y K H S L
Decimal 3 105 58 0.97 0 0.45 0.59 152.35 0.94 0.21
Hex 3 69 3A 61 0 2D 3B 98 5E 15
Octal 3 151 72 141 0 55 73 230 136 25
Binary 11 1101001 111010 1100001 0 101101 111011 10011000 1011110 10101

Color Harmonies of #03693A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03693A

Black with #03693A

Text Example


Text Example

White with #03693A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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