Html Css Color HEX #04643C Jewel

📋 copy color: '#04643C'

red 4 ◦ green 100 ◦ blue 60

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

Shades of Jewel #04643C

Tints of Jewel #04643C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 60.98%

 BLUE value IS 60 (23.83% from 255) = 36.59%

R = 2.44%
G = 60.98%
B = 36.59%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.4

 K value IS 0.61

RGB Variations

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

Color information

#04643C (or 0x04643C) is known color: Jewel. HEX triplet: 04, 64 and 3C. RGB value is (4,100,60). Sum of RGB (Red+Green+Blue) = 4+100+60=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 100 (39.45% from 255 or 60.98% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 100 - color contains mainly: green. Hex color #04643C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04643C is #FB9BC3. Grayscale: #424242. Windows color (decimal): -16489412 or 3957764. OLE color: 3957764.

HSL color Cylindrical-coordinate representation of color #04643C: hue angle of 155º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04643C is Cyan = 0.96, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB 4 100 60 -
CMYK 0.96 0 0.4 0.61
HSL 155º 0.92% 0.2% -
HSV(B) 155º 0.96% 0.39% -
XYZ 5.42 9.47 5.82 -
YUV 66.74 124.2 83.25 -
System Red Green Blue C M Y K H S L
Decimal 4 100 60 0.96 0 0.4 0.61 155 0.92 0.2
Hex 4 64 3C 60 0 28 3D 9B 5C 14
Octal 4 144 74 140 0 50 75 233 134 24
Binary 100 1100100 111100 1100000 0 101000 111101 10011011 1011100 10100

Color Harmonies of #04643C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04643C

Black with #04643C

Text Example


Text Example

White with #04643C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04643C; }

 p { color: rgb(4,100,60); }

 H1.HeaderClassName
 {
   color: #04643C;
 }
 .AnyTagClassName
 {
   color: #04643C;
 }
</style>

background-color css

<style>
 a { background-color: #04643C; }

 a { background-color: rgb(4,100,60); }

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

border-color css

<style>
 span { border-color: #04643C; }

 span { border-color: rgb(4,100,60); }

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