Html Css Color HEX #3A660C Verdun Green

📋 copy color: '#3A660C'

red 58 ◦ green 102 ◦ blue 12

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

Shades of Verdun Green #3A660C

Tints of Verdun Green #3A660C

RGB

 RED value IS 58 (23.05% from 255) = 33.72%

 GREEN value IS 102 (40.23% from 255) = 59.3%

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

R = 33.72%
G = 59.3%
B = 6.98%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.88

 K value IS 0.6

RGB Variations

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

Color information

#3A660C (or 0x3A660C) is known color: Verdun Green. HEX triplet: 3A, 66 and 0C. RGB value is (58,102,12). Sum of RGB (Red+Green+Blue) = 58+102+12=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 102 (40.23% from 255 or 59.30% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 102 - color contains mainly: green. Hex color #3A660C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A660C is #C599F3. Grayscale: #4E4E4E. Windows color (decimal): -12950004 or 812602. OLE color: 812602.

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

Color convert

RGB 58 102 12 -
CMYK 0.43 0 0.88 0.6
HSL 89.33º 0.79% 0.22% -
HSV(B) 89.33º 0.88% 0.4% -
XYZ 6.56 10.43 2.01 -
YUV 78.58 90.42 113.32 -
System Red Green Blue C M Y K H S L
Decimal 58 102 12 0.43 0 0.88 0.6 89.33 0.79 0.22
Hex 3A 66 C 2B 0 58 3C 59 4F 16
Octal 72 146 14 53 0 130 74 131 117 26
Binary 111010 1100110 1100 101011 0 1011000 111100 1011001 1001111 10110

Color Harmonies of #3A660C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A660C

Black with #3A660C

Text Example


Text Example

White with #3A660C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,102,12); }

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

background-color css

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

 a { background-color: rgb(58,102,12); }

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

border-color css

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

 span { border-color: rgb(58,102,12); }

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