Html Css Color HEX #04653F Jewel

📋 copy color: '#04653F'

red 4 ◦ green 101 ◦ blue 63

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

Shades of Jewel #04653F

Tints of Jewel #04653F

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 value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#04653F (or 0x04653F) is known color: 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

RGB 4 101 63 -
CMYK 0.96 0 0.38 0.60
HSL 156.49º 0.92% 0.21% -
HSV(B) 156.49º 0.96% 0.4% -
XYZ 5.6 9.69 6.28 -
YUV 67.67 125.36 82.59 -
System Red Green Blue C M Y K H S L
Decimal 4 101 63 0.96 0 0.38 0.60 156.49 0.92 0.21
Hex 4 65 3F 60 0 26 3C 9C 5C 15
Octal 4 145 77 140 0 46 74 234 134 25
Binary 100 1100101 111111 1100000 0 100110 111100 10011100 1011100 10101

Color Harmonies of #04653F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04653F

Black with #04653F

Text Example


Text Example

White with #04653F

Text Example


Text Example

HTML Codes & Css Web 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>