Html Css Color HEX #41610C Verdun Green

📋 copy color: '#41610C'

red 65 ◦ green 97 ◦ blue 12

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

Shades of Verdun Green #41610C

Tints of Verdun Green #41610C

RGB

 RED value IS 65 (25.78% from 255) = 37.36%

 GREEN value IS 97 (38.28% from 255) = 55.75%

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

R = 37.36%
G = 55.75%
B = 6.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#41610C (or 0x41610C) is known color: Verdun Green. HEX triplet: 41, 61 and 0C. RGB value is (65,97,12). Sum of RGB (Red+Green+Blue) = 65+97+12=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 97 (38.28% from 255 or 55.75% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 97 - color contains mainly: green. Hex color #41610C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41610C is #BE9EF3. Grayscale: #4E4E4E. Windows color (decimal): -12492532 or 811329. OLE color: 811329.

HSL color Cylindrical-coordinate representation of color #41610C: hue angle of 82.59º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #41610C is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 97 12 -
CMYK 0.33 0 0.88 0.62
HSL 82.59º 0.78% 0.21% -
HSV(B) 82.59º 0.88% 0.38% -
XYZ 6.52 9.7 1.88 -
YUV 77.74 90.9 118.91 -
System Red Green Blue C M Y K H S L
Decimal 65 97 12 0.33 0 0.88 0.62 82.59 0.78 0.21
Hex 41 61 C 21 0 58 3E 53 4E 15
Octal 101 141 14 41 0 130 76 123 116 25
Binary 1000001 1100001 1100 100001 0 1011000 111110 1010011 1001110 10101

Color Harmonies of #41610C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41610C

Black with #41610C

Text Example


Text Example

White with #41610C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41610C; }

 p { color: rgb(65,97,12); }

 H1.HeaderClassName
 {
   color: #41610C;
 }
 .AnyTagClassName
 {
   color: #41610C;
 }
</style>

background-color css

<style>
 a { background-color: #41610C; }

 a { background-color: rgb(65,97,12); }

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

border-color css

<style>
 span { border-color: #41610C; }

 span { border-color: rgb(65,97,12); }

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