Html Css Color HEX #04600C Green

📋 copy color: '#04600C'

red 4 ◦ green 96 ◦ blue 12

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

Shades of Green #04600C

Tints of Green #04600C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 85.71%

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

R = 3.57%
G = 85.71%
B = 10.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#04600C (or 0x04600C) is known color: Green. HEX triplet: 04, 60 and 0C. RGB value is (4,96,12). Sum of RGB (Red+Green+Blue) = 4+96+12=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 96 (37.89% from 255 or 85.71% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 96 - color contains mainly: green. Hex color #04600C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04600C is #FB9FF3. Grayscale: #3B3B3B. Windows color (decimal): -16490484 or 811012. OLE color: 811012.

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

Color convert

RGB 4 96 12 -
CMYK 0.96 0 0.88 0.62
HSL 125.22º 0.92% 0.2% -
HSV(B) 125.22º 0.96% 0.38% -
XYZ 4.3 8.42 1.75 -
YUV 58.92 101.52 88.83 -
System Red Green Blue C M Y K H S L
Decimal 4 96 12 0.96 0 0.88 0.62 125.22 0.92 0.2
Hex 4 60 C 60 0 58 3E 7D 5C 14
Octal 4 140 14 140 0 130 76 175 134 24
Binary 100 1100000 1100 1100000 0 1011000 111110 1111101 1011100 10100

Color Harmonies of #04600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04600C

Black with #04600C

Text Example


Text Example

White with #04600C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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