Html Css Color HEX #3C510B Verdun Green

📋 copy color: '#3C510B'

red 60 ◦ green 81 ◦ blue 11

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

Shades of Verdun Green #3C510B

Tints of Verdun Green #3C510B

RGB

 RED value IS 60 (23.83% from 255) = 39.47%

 GREEN value IS 81 (32.03% from 255) = 53.29%

 BLUE value IS 11 (4.69% from 255) = 7.24%

R = 39.47%
G = 53.29%
B = 7.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.68

RGB Variations

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

Color information

#3C510B (or 0x3C510B) is known color: Verdun Green. HEX triplet: 3C, 51 and 0B. RGB value is (60,81,11). Sum of RGB (Red+Green+Blue) = 60+81+11=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 81 (32.03% from 255 or 53.29% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 81 - color contains mainly: green. Hex color #3C510B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C510B is #C3AEF4. Grayscale: #424242. Windows color (decimal): -12824309 or 741692. OLE color: 741692.

HSL color Cylindrical-coordinate representation of color #3C510B: hue angle of 78º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C510B is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.68.

Color convert

RGB 60 81 11 -
CMYK 0.26 0 0.86 0.68
HSL 78º 0.76% 0.18% -
HSV(B) 78º 0.86% 0.32% -
XYZ 4.87 6.87 1.39 -
YUV 66.74 96.54 123.19 -
System Red Green Blue C M Y K H S L
Decimal 60 81 11 0.26 0 0.86 0.68 78 0.76 0.18
Hex 3C 51 B 1A 0 56 44 4E 4C 12
Octal 74 121 13 32 0 126 104 116 114 22
Binary 111100 1010001 1011 11010 0 1010110 1000100 1001110 1001100 10010

Color Harmonies of #3C510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C510B

Black with #3C510B

Text Example


Text Example

White with #3C510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C510B; }

 p { color: rgb(60,81,11); }

 H1.HeaderClassName
 {
   color: #3C510B;
 }
 .AnyTagClassName
 {
   color: #3C510B;
 }
</style>

background-color css

<style>
 a { background-color: #3C510B; }

 a { background-color: rgb(60,81,11); }

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

border-color css

<style>
 span { border-color: #3C510B; }

 span { border-color: rgb(60,81,11); }

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