Html Css Color HEX #3C630A Verdun Green

📋 copy color: '#3C630A'

red 60 ◦ green 99 ◦ blue 10

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

Shades of Verdun Green #3C630A

Tints of Verdun Green #3C630A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 58.58%

 BLUE value IS 10 (4.3% from 255) = 5.92%

R = 35.5%
G = 58.58%
B = 5.92%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.90

 K value IS 0.61

RGB Variations

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

Color information

#3C630A (or 0x3C630A) is known color: Verdun Green. HEX triplet: 3C, 63 and 0A. RGB value is (60,99,10). Sum of RGB (Red+Green+Blue) = 60+99+10=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 99 (39.06% from 255 or 58.58% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 99 - color contains mainly: green. Hex color #3C630A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C630A is #C39CF5. Grayscale: #4D4D4D. Windows color (decimal): -12819702 or 680764. OLE color: 680764.

HSL color Cylindrical-coordinate representation of color #3C630A: hue angle of 86.29º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C630A is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB 60 99 10 -
CMYK 0.39 0 0.90 0.61
HSL 86.29º 0.82% 0.21% -
HSV(B) 86.29º 0.9% 0.39% -
XYZ 6.38 9.91 1.86 -
YUV 77.19 90.08 115.74 -
System Red Green Blue C M Y K H S L
Decimal 60 99 10 0.39 0 0.90 0.61 86.29 0.82 0.21
Hex 3C 63 A 27 0 5A 3D 56 52 15
Octal 74 143 12 47 0 132 75 126 122 25
Binary 111100 1100011 1010 100111 0 1011010 111101 1010110 1010010 10101

Color Harmonies of #3C630A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C630A

Black with #3C630A

Text Example


Text Example

White with #3C630A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,99,10); }

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

background-color css

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

 a { background-color: rgb(60,99,10); }

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

border-color css

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

 span { border-color: rgb(60,99,10); }

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