Html Css Color HEX #04693E Jewel

📋 copy color: '#04693E'

red 4 ◦ green 105 ◦ blue 62

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

Shades of Jewel #04693E

Tints of Jewel #04693E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 61.4%

 BLUE value IS 62 (24.61% from 255) = 36.26%

R = 2.34%
G = 61.4%
B = 36.26%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#04693E (or 0x04693E) is known color: Jewel. HEX triplet: 04, 69 and 3E. RGB value is (4,105,62). Sum of RGB (Red+Green+Blue) = 4+105+62=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 105 (41.41% from 255 or 61.40% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 105 - color contains mainly: green. Hex color #04693E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04693E is #FB96C1. Grayscale: #454545. Windows color (decimal): -16488130 or 4090116. OLE color: 4090116.

HSL color Cylindrical-coordinate representation of color #04693E: hue angle of 154.46º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04693E is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 105 62 -
CMYK 0.96 0 0.41 0.59
HSL 154.46º 0.93% 0.21% -
HSV(B) 154.46º 0.96% 0.41% -
XYZ 5.97 10.48 6.26 -
YUV 69.9 123.54 81 -
System Red Green Blue C M Y K H S L
Decimal 4 105 62 0.96 0 0.41 0.59 154.46 0.93 0.21
Hex 4 69 3E 60 0 29 3B 9A 5D 15
Octal 4 151 76 140 0 51 73 232 135 25
Binary 100 1101001 111110 1100000 0 101001 111011 10011010 1011101 10101

Color Harmonies of #04693E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04693E

Black with #04693E

Text Example


Text Example

White with #04693E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04693E; }

 p { color: rgb(4,105,62); }

 H1.HeaderClassName
 {
   color: #04693E;
 }
 .AnyTagClassName
 {
   color: #04693E;
 }
</style>

background-color css

<style>
 a { background-color: #04693E; }

 a { background-color: rgb(4,105,62); }

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

border-color css

<style>
 span { border-color: #04693E; }

 span { border-color: rgb(4,105,62); }

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