Html Css Color HEX #04693D Jewel

📋 copy color: '#04693D'

red 4 ◦ green 105 ◦ blue 61

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

Shades of Jewel #04693D

Tints of Jewel #04693D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 35.88%

R = 2.35%
G = 61.76%
B = 35.88%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#04693D (or 0x04693D) is known color: Jewel. HEX triplet: 04, 69 and 3D. RGB value is (4,105,61). Sum of RGB (Red+Green+Blue) = 4+105+61=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 105 (41.41% from 255 or 61.76% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 105 - color contains mainly: green. Hex color #04693D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04693D is #FB96C2. Grayscale: #454545. Windows color (decimal): -16488131 or 4024580. OLE color: 4024580.

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

Color convert

RGB 4 105 61 -
CMYK 0.96 0 0.42 0.59
HSL 153.86º 0.93% 0.21% -
HSV(B) 153.86º 0.96% 0.41% -
XYZ 5.94 10.47 6.12 -
YUV 69.79 123.04 81.08 -
System Red Green Blue C M Y K H S L
Decimal 4 105 61 0.96 0 0.42 0.59 153.86 0.93 0.21
Hex 4 69 3D 60 0 2A 3B 9A 5D 15
Octal 4 151 75 140 0 52 73 232 135 25
Binary 100 1101001 111101 1100000 0 101010 111011 10011010 1011101 10101

Color Harmonies of #04693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04693D

Black with #04693D

Text Example


Text Example

White with #04693D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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