Html Css Color HEX #41620D Verdun Green

📋 copy color: '#41620D'

red 65 ◦ green 98 ◦ blue 13

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

Shades of Verdun Green #41620D

Tints of Verdun Green #41620D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 55.68%

 BLUE value IS 13 (5.47% from 255) = 7.39%

R = 36.93%
G = 55.68%
B = 7.39%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#41620D (or 0x41620D) is known color: Verdun Green. HEX triplet: 41, 62 and 0D. RGB value is (65,98,13). Sum of RGB (Red+Green+Blue) = 65+98+13=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 98 (38.67% from 255 or 55.68% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 98 - color contains mainly: green. Hex color #41620D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41620D is #BE9DF2. Grayscale: #4E4E4E. Windows color (decimal): -12492275 or 877121. OLE color: 877121.

HSL color Cylindrical-coordinate representation of color #41620D: hue angle of 83.29º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #41620D is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 98 13 -
CMYK 0.34 0 0.87 0.62
HSL 83.29º 0.77% 0.22% -
HSV(B) 83.29º 0.87% 0.38% -
XYZ 6.62 9.89 1.94 -
YUV 78.44 91.07 118.41 -
System Red Green Blue C M Y K H S L
Decimal 65 98 13 0.34 0 0.87 0.62 83.29 0.77 0.22
Hex 41 62 D 22 0 57 3E 53 4D 16
Octal 101 142 15 42 0 127 76 123 115 26
Binary 1000001 1100010 1101 100010 0 1010111 111110 1010011 1001101 10110

Color Harmonies of #41620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41620D

Black with #41620D

Text Example


Text Example

White with #41620D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41620D; }

 p { color: rgb(65,98,13); }

 H1.HeaderClassName
 {
   color: #41620D;
 }
 .AnyTagClassName
 {
   color: #41620D;
 }
</style>

background-color css

<style>
 a { background-color: #41620D; }

 a { background-color: rgb(65,98,13); }

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

border-color css

<style>
 span { border-color: #41620D; }

 span { border-color: rgb(65,98,13); }

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