Html Css Color HEX #47620C Verdun Green

📋 copy color: '#47620C'

red 71 ◦ green 98 ◦ blue 12

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

Shades of Verdun Green #47620C

Tints of Verdun Green #47620C

RGB

 RED value IS 71 (28.13% from 255) = 39.23%

 GREEN value IS 98 (38.67% from 255) = 54.14%

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

R = 39.23%
G = 54.14%
B = 6.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#47620C (or 0x47620C) is known color: Verdun Green. HEX triplet: 47, 62 and 0C. RGB value is (71,98,12). Sum of RGB (Red+Green+Blue) = 71+98+12=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 98 (38.67% from 255 or 54.14% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 98 - color contains mainly: green. Hex color #47620C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47620C is #B89DF3. Grayscale: #505050. Windows color (decimal): -12099060 or 811591. OLE color: 811591.

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

Color convert

RGB 71 98 12 -
CMYK 0.28 0 0.88 0.62
HSL 78.84º 0.78% 0.22% -
HSV(B) 78.84º 0.88% 0.38% -
XYZ 7.03 10.1 1.93 -
YUV 80.12 89.55 121.49 -
System Red Green Blue C M Y K H S L
Decimal 71 98 12 0.28 0 0.88 0.62 78.84 0.78 0.22
Hex 47 62 C 1C 0 58 3E 4F 4E 16
Octal 107 142 14 34 0 130 76 117 116 26
Binary 1000111 1100010 1100 11100 0 1011000 111110 1001111 1001110 10110

Color Harmonies of #47620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47620C

Black with #47620C

Text Example


Text Example

White with #47620C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,98,12); }

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

background-color css

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

 a { background-color: rgb(71,98,12); }

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

border-color css

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

 span { border-color: rgb(71,98,12); }

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