Html Css Color HEX #51670C Verdun Green

📋 copy color: '#51670C'

red 81 ◦ green 103 ◦ blue 12

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

Shades of Verdun Green #51670C

Tints of Verdun Green #51670C

RGB

 RED value IS 81 (32.03% from 255) = 41.33%

 GREEN value IS 103 (40.63% from 255) = 52.55%

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

R = 41.33%
G = 52.55%
B = 6.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.60

RGB Variations

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

Color information

#51670C (or 0x51670C) is known color: Verdun Green. HEX triplet: 51, 67 and 0C. RGB value is (81,103,12). Sum of RGB (Red+Green+Blue) = 81+103+12=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 103 (40.62% from 255 or 52.55% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 103 - color contains mainly: green. Hex color #51670C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51670C is #AE98F3. Grayscale: #565656. Windows color (decimal): -11442420 or 812881. OLE color: 812881.

HSL color Cylindrical-coordinate representation of color #51670C: hue angle of 74.51º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #51670C is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 103 12 -
CMYK 0.21 0 0.88 0.60
HSL 74.51º 0.79% 0.23% -
HSV(B) 74.51º 0.88% 0.4% -
XYZ 8.31 11.48 2.13 -
YUV 86.05 86.21 124.4 -
System Red Green Blue C M Y K H S L
Decimal 81 103 12 0.21 0 0.88 0.60 74.51 0.79 0.23
Hex 51 67 C 15 0 58 3C 4B 4F 17
Octal 121 147 14 25 0 130 74 113 117 27
Binary 1010001 1100111 1100 10101 0 1011000 111100 1001011 1001111 10111

Color Harmonies of #51670C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51670C

Black with #51670C

Text Example


Text Example

White with #51670C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,103,12); }

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

background-color css

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

 a { background-color: rgb(81,103,12); }

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

border-color css

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

 span { border-color: rgb(81,103,12); }

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