Html Css Color HEX #04680C Green

📋 copy color: '#04680C'

red 4 ◦ green 104 ◦ blue 12

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

Shades of Green #04680C

Tints of Green #04680C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 86.67%

 BLUE value IS 12 (5.08% from 255) = 10%

R = 3.33%
G = 86.67%
B = 10%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#04680C (or 0x04680C) is known color: Green. HEX triplet: 04, 68 and 0C. RGB value is (4,104,12). Sum of RGB (Red+Green+Blue) = 4+104+12=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 104 (41.02% from 255 or 86.67% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 104 - color contains mainly: green. Hex color #04680C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04680C is #FB97F3. Grayscale: #3F3F3F. Windows color (decimal): -16488436 or 813060. OLE color: 813060.

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

Color convert

RGB 4 104 12 -
CMYK 0.96 0 0.88 0.59
HSL 124.8º 0.93% 0.21% -
HSV(B) 124.8º 0.96% 0.41% -
XYZ 5.07 9.95 2 -
YUV 63.61 98.87 85.48 -
System Red Green Blue C M Y K H S L
Decimal 4 104 12 0.96 0 0.88 0.59 124.8 0.93 0.21
Hex 4 68 C 60 0 58 3B 7D 5D 15
Octal 4 150 14 140 0 130 73 175 135 25
Binary 100 1101000 1100 1100000 0 1011000 111011 1111101 1011101 10101

Color Harmonies of #04680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04680C

Black with #04680C

Text Example


Text Example

White with #04680C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,104,12); }

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

background-color css

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

 a { background-color: rgb(4,104,12); }

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

border-color css

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

 span { border-color: rgb(4,104,12); }

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