Html Css Color HEX #04C360 Malachite

📋 copy color: '#04C360'

red 4 ◦ green 195 ◦ blue 96

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

Shades of Malachite #04C360

Tints of Malachite #04C360

RGB

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

 GREEN value IS 195 (76.56% from 255) = 66.1%

 BLUE value IS 96 (37.89% from 255) = 32.54%

R = 1.36%
G = 66.1%
B = 32.54%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#04C360 (or 0x04C360) is known color: Malachite. HEX triplet: 04, C3 and 60. RGB value is (4,195,96). Sum of RGB (Red+Green+Blue) = 4+195+96=295 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 295); Green value is 195 (76.56% from 255 or 66.10% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 195 - color contains mainly: green. Hex color #04C360 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C360 is #FB3C9F. Grayscale: #7E7E7E. Windows color (decimal): -16465056 or 6341380. OLE color: 6341380.

HSL color Cylindrical-coordinate representation of color #04C360: hue angle of 148.9º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C360 is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 4 195 96 -
CMYK 0.98 0 0.51 0.24
HSL 148.9º 0.96% 0.39% -
HSV(B) 148.9º 0.98% 0.76% -
XYZ 21.68 39.9 17.63 -
YUV 126.61 110.72 40.55 -
System Red Green Blue C M Y K H S L
Decimal 4 195 96 0.98 0 0.51 0.24 148.9 0.96 0.39
Hex 4 C3 60 62 0 33 18 95 60 27
Octal 4 303 140 142 0 63 30 225 140 47
Binary 100 11000011 1100000 1100010 0 110011 11000 10010101 1100000 100111

Color Harmonies of #04C360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C360

Black with #04C360

Text Example


Text Example

White with #04C360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04C360; }

 p { color: rgb(4,195,96); }

 H1.HeaderClassName
 {
   color: #04C360;
 }
 .AnyTagClassName
 {
   color: #04C360;
 }
</style>

background-color css

<style>
 a { background-color: #04C360; }

 a { background-color: rgb(4,195,96); }

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

border-color css

<style>
 span { border-color: #04C360; }

 span { border-color: rgb(4,195,96); }

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