Html Css Color HEX #4C660F Verdun Green

📋 copy color: '#4C660F'

red 76 ◦ green 102 ◦ blue 15

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

Shades of Verdun Green #4C660F

Tints of Verdun Green #4C660F

RGB

 RED value IS 76 (30.08% from 255) = 39.38%

 GREEN value IS 102 (40.23% from 255) = 52.85%

 BLUE value IS 15 (6.25% from 255) = 7.77%

R = 39.38%
G = 52.85%
B = 7.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.85

 K value IS 0.6

RGB Variations

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

Color information

#4C660F (or 0x4C660F) is known color: Verdun Green. HEX triplet: 4C, 66 and 0F. RGB value is (76,102,15). Sum of RGB (Red+Green+Blue) = 76+102+15=193 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.38% from 193); Green value is 102 (40.23% from 255 or 52.85% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 102 - color contains mainly: green. Hex color #4C660F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C660F is #B399F0. Grayscale: #545454. Windows color (decimal): -11770353 or 1009228. OLE color: 1009228.

HSL color Cylindrical-coordinate representation of color #4C660F: hue angle of 77.93º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C660F is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB 76 102 15 -
CMYK 0.25 0 0.85 0.6
HSL 77.93º 0.74% 0.23% -
HSV(B) 77.93º 0.85% 0.4% -
XYZ 7.82 11.07 2.18 -
YUV 84.31 88.89 122.07 -
System Red Green Blue C M Y K H S L
Decimal 76 102 15 0.25 0 0.85 0.6 77.93 0.74 0.23
Hex 4C 66 F 19 0 55 3C 4E 4A 17
Octal 114 146 17 31 0 125 74 116 112 27
Binary 1001100 1100110 1111 11001 0 1010101 111100 1001110 1001010 10111

Color Harmonies of #4C660F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C660F

Black with #4C660F

Text Example


Text Example

White with #4C660F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C660F; }

 p { color: rgb(76,102,15); }

 H1.HeaderClassName
 {
   color: #4C660F;
 }
 .AnyTagClassName
 {
   color: #4C660F;
 }
</style>

background-color css

<style>
 a { background-color: #4C660F; }

 a { background-color: rgb(76,102,15); }

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

border-color css

<style>
 span { border-color: #4C660F; }

 span { border-color: rgb(76,102,15); }

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