Html Css Color HEX #04653A Jewel

📋 copy color: '#04653A'

red 4 ◦ green 101 ◦ blue 58

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

Shades of Jewel #04653A

Tints of Jewel #04653A

RGB

 RED value IS 4 (1.95% from 255) = 2.45%

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

 BLUE value IS 58 (23.05% from 255) = 35.58%

R = 2.45%
G = 61.96%
B = 35.58%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.43

 K value IS 0.60

RGB Variations

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

Color information

#04653A (or 0x04653A) is known color: Jewel. HEX triplet: 04, 65 and 3A. RGB value is (4,101,58). Sum of RGB (Red+Green+Blue) = 4+101+58=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 101 (39.84% from 255 or 61.96% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 101 - color contains mainly: green. Hex color #04653A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04653A is #FB9AC5. Grayscale: #434343. Windows color (decimal): -16489158 or 3826948. OLE color: 3826948.

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

Color convert

RGB 4 101 58 -
CMYK 0.96 0 0.43 0.60
HSL 153.4º 0.92% 0.21% -
HSV(B) 153.4º 0.96% 0.4% -
XYZ 5.47 9.64 5.58 -
YUV 67.1 122.86 83 -
System Red Green Blue C M Y K H S L
Decimal 4 101 58 0.96 0 0.43 0.60 153.4 0.92 0.21
Hex 4 65 3A 60 0 2B 3C 99 5C 15
Octal 4 145 72 140 0 53 74 231 134 25
Binary 100 1100101 111010 1100000 0 101011 111100 10011001 1011100 10101

Color Harmonies of #04653A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04653A

Black with #04653A

Text Example


Text Example

White with #04653A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04653A;
 }
 .AnyTagClassName
 {
   color: #04653A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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