Html Css Color HEX #03653D Jewel

📋 copy color: '#03653D'

red 3 ◦ green 101 ◦ blue 61

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

Shades of Jewel #03653D

Tints of Jewel #03653D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 61.21%

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

R = 1.82%
G = 61.21%
B = 36.97%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.40

 K value IS 0.60

RGB Variations

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

Color information

#03653D (or 0x03653D) is known color: Jewel. HEX triplet: 03, 65 and 3D. RGB value is (3,101,61). Sum of RGB (Red+Green+Blue) = 3+101+61=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 101 (39.84% from 255 or 61.21% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 101 - color contains mainly: green. Hex color #03653D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03653D is #FC9AC2. Grayscale: #434343. Windows color (decimal): -16554691 or 4023555. OLE color: 4023555.

HSL color Cylindrical-coordinate representation of color #03653D: hue angle of 155.51º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03653D is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB 3 101 61 -
CMYK 0.97 0 0.40 0.60
HSL 155.51º 0.94% 0.2% -
HSV(B) 155.51º 0.97% 0.4% -
XYZ 5.53 9.66 5.99 -
YUV 67.14 124.53 82.25 -
System Red Green Blue C M Y K H S L
Decimal 3 101 61 0.97 0 0.40 0.60 155.51 0.94 0.2
Hex 3 65 3D 61 0 28 3C 9C 5E 14
Octal 3 145 75 141 0 50 74 234 136 24
Binary 11 1100101 111101 1100001 0 101000 111100 10011100 1011110 10100

Color Harmonies of #03653D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03653D

Black with #03653D

Text Example


Text Example

White with #03653D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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