#03653B

Color #03653B Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #03653B

Tints of Jewel #03653B

Color information

#03653B (or 0x03653B) is unknown color: approx Jewel. HEX triplet: 03, 65 and 3B. RGB value is (3,101,59). Sum of RGB (Red+Green+Blue) = 3+101+59=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 101 (39.84% from 255 or 61.96% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 101 - color contains mainly: green. Hex color #03653B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03653B is #FC9AC4. Grayscale: #424242. Windows color (decimal): -16554693 or 3892483. OLE color: 3892483.

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

Color convert

RGB310159-
CMYK0.9700.420.60
HSL154.29º94.23%20.39%-
HSV(B)154.29º97.03%39.61%-
XYZ5.489.645.71-
YUV66.91123.5382.42-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.84%
GREEN value IS 101 (39.84% from 255) = 61.96%
BLUE value IS 59 (23.44% from 255) = 36.20%
R=1.84%
G=61.96%
B=36.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3101590.9700.420.60154.2994.2320.39
Hex3653B6102A3C9a5e14
Octal3145731410527423213624
Binary1111001011110111100001010101011110010011010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03653B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #03653B;
 }
 .AnyTagClassName
 {
   color: #03653B;
 }
</style>
background-color css

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

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

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

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

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

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