#04653F

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

Shades of Jewel #04653F

Tints of Jewel #04653F

Color information

#04653F (or 0x04653F) is unknown color: approx Jewel. HEX triplet: 04, 65 and 3F. RGB value is (4,101,63). Sum of RGB (Red+Green+Blue) = 4+101+63=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 101 (39.84% from 255 or 60.12% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 101 - color contains mainly: green. Hex color #04653F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04653F is #FB9AC0. Grayscale: #434343. Windows color (decimal): -16489153 or 4154628. OLE color: 4154628.

HSL color Cylindrical-coordinate representation of color #04653F: hue angle of 156.49º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04653F is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB410163-
CMYK0.9600.380.60
HSL156.49º92.38%20.59%-
HSV(B)156.49º96.04%39.61%-
XYZ5.69.696.28-
YUV67.66125.3682.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.38%
GREEN value IS 101 (39.84% from 255) = 60.12%
BLUE value IS 63 (25% from 255) = 37.5%
R=2.38%
G=60.12%
B=37.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4101630.9600.380.60156.4992.3820.59
Hex4653F600263C9c5c15
Octal4145771400467423413425
Binary10011001011111111100000010011011110010011100101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04653F; }

 p { color: rgb(4,101,63); }

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

<style>
 a { background-color: #04653F; }

 a { background-color: rgb(4,101,63); }

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

<style>
 span { border-color: #04653F; }

 span { border-color: rgb(4,101,63); }

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