Html Css Color HEX #41610A Verdun Green

📋 copy color: '#41610A'

red 65 ◦ green 97 ◦ blue 10

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

Shades of Verdun Green #41610A

Tints of Verdun Green #41610A

RGB

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

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

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

R = 37.79%
G = 56.4%
B = 5.81%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#41610A (or 0x41610A) is known color: Verdun Green. HEX triplet: 41, 61 and 0A. RGB value is (65,97,10). Sum of RGB (Red+Green+Blue) = 65+97+10=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 97 (38.28% from 255 or 56.40% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 97 - color contains mainly: green. Hex color #41610A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41610A is #BE9EF5. Grayscale: #4D4D4D. Windows color (decimal): -12492534 or 680257. OLE color: 680257.

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

Color convert

RGB 65 97 10 -
CMYK 0.33 0 0.90 0.62
HSL 82.07º 0.81% 0.21% -
HSV(B) 82.07º 0.9% 0.38% -
XYZ 6.51 9.7 1.82 -
YUV 77.51 89.9 119.07 -
System Red Green Blue C M Y K H S L
Decimal 65 97 10 0.33 0 0.90 0.62 82.07 0.81 0.21
Hex 41 61 A 21 0 5A 3E 52 51 15
Octal 101 141 12 41 0 132 76 122 121 25
Binary 1000001 1100001 1010 100001 0 1011010 111110 1010010 1010001 10101

Color Harmonies of #41610A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41610A

Black with #41610A

Text Example


Text Example

White with #41610A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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