Html Css Color HEX #3C520B Verdun Green

📋 copy color: '#3C520B'

red 60 ◦ green 82 ◦ blue 11

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

Shades of Verdun Green #3C520B

Tints of Verdun Green #3C520B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 53.59%

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

R = 39.22%
G = 53.59%
B = 7.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#3C520B (or 0x3C520B) is known color: Verdun Green. HEX triplet: 3C, 52 and 0B. RGB value is (60,82,11). Sum of RGB (Red+Green+Blue) = 60+82+11=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 82 (32.42% from 255 or 53.59% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 82 - color contains mainly: green. Hex color #3C520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C520B is #C3ADF4. Grayscale: #434343. Windows color (decimal): -12824053 or 741948. OLE color: 741948.

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

Color convert

RGB 60 82 11 -
CMYK 0.27 0 0.87 0.68
HSL 78.59º 0.76% 0.18% -
HSV(B) 78.59º 0.87% 0.32% -
XYZ 4.94 7.02 1.41 -
YUV 67.33 96.21 122.77 -
System Red Green Blue C M Y K H S L
Decimal 60 82 11 0.27 0 0.87 0.68 78.59 0.76 0.18
Hex 3C 52 B 1B 0 57 44 4F 4C 12
Octal 74 122 13 33 0 127 104 117 114 22
Binary 111100 1010010 1011 11011 0 1010111 1000100 1001111 1001100 10010

Color Harmonies of #3C520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C520B

Black with #3C520B

Text Example


Text Example

White with #3C520B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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