Html Css Color HEX #3B640C Verdun Green

📋 copy color: '#3B640C'

red 59 ◦ green 100 ◦ blue 12

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

Shades of Verdun Green #3B640C

Tints of Verdun Green #3B640C

RGB

 RED value IS 59 (23.44% from 255) = 34.5%

 GREEN value IS 100 (39.45% from 255) = 58.48%

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

R = 34.5%
G = 58.48%
B = 7.02%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#3B640C (or 0x3B640C) is known color: Verdun Green. HEX triplet: 3B, 64 and 0C. RGB value is (59,100,12). Sum of RGB (Red+Green+Blue) = 59+100+12=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 100 (39.45% from 255 or 58.48% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 100 - color contains mainly: green. Hex color #3B640C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B640C is #C49BF3. Grayscale: #4E4E4E. Windows color (decimal): -12884980 or 812091. OLE color: 812091.

HSL color Cylindrical-coordinate representation of color #3B640C: hue angle of 87.95º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B640C is Cyan = 0.41, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB 59 100 12 -
CMYK 0.41 0 0.88 0.61
HSL 87.95º 0.79% 0.22% -
HSV(B) 87.95º 0.88% 0.39% -
XYZ 6.43 10.07 1.95 -
YUV 77.71 90.92 114.66 -
System Red Green Blue C M Y K H S L
Decimal 59 100 12 0.41 0 0.88 0.61 87.95 0.79 0.22
Hex 3B 64 C 29 0 58 3D 58 4F 16
Octal 73 144 14 51 0 130 75 130 117 26
Binary 111011 1100100 1100 101001 0 1011000 111101 1011000 1001111 10110

Color Harmonies of #3B640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B640C

Black with #3B640C

Text Example


Text Example

White with #3B640C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,100,12); }

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

background-color css

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

 a { background-color: rgb(59,100,12); }

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

border-color css

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

 span { border-color: rgb(59,100,12); }

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