#04653B

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

Shades of Jewel #04653B

Tints of Jewel #04653B

Color information

#04653B (or 0x04653B) is unknown color: approx Jewel. HEX triplet: 04, 65 and 3B. RGB value is (4,101,59). Sum of RGB (Red+Green+Blue) = 4+101+59=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 101 (39.84% from 255 or 61.59% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 101 - color contains mainly: green. Hex color #04653B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04653B is #FB9AC4. Grayscale: #434343. Windows color (decimal): -16489157 or 3892484. OLE color: 3892484.

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

Color convert

RGB410159-
CMYK0.9600.420.60
HSL154.02º92.38%20.59%-
HSV(B)154.02º96.04%39.61%-
XYZ5.499.655.71-
YUV67.21123.3682.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.44%
GREEN value IS 101 (39.84% from 255) = 61.59%
BLUE value IS 59 (23.44% from 255) = 35.98%
R=2.44%
G=61.59%
B=35.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4101590.9600.420.60154.0292.3820.59
Hex4653B6002A3C9a5c15
Octal4145731400527423213425
Binary10011001011110111100000010101011110010011010101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04653B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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