Html Css Color HEX #41690B Verdun Green

📋 copy color: '#41690B'

red 65 ◦ green 105 ◦ blue 11

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

Shades of Verdun Green #41690B

Tints of Verdun Green #41690B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 58.01%

 BLUE value IS 11 (4.69% from 255) = 6.08%

R = 35.91%
G = 58.01%
B = 6.08%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#41690B (or 0x41690B) is known color: Verdun Green. HEX triplet: 41, 69 and 0B. RGB value is (65,105,11). Sum of RGB (Red+Green+Blue) = 65+105+11=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 105 (41.41% from 255 or 58.01% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 105 - color contains mainly: green. Hex color #41690B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41690B is #BE96F4. Grayscale: #525252. Windows color (decimal): -12490485 or 747841. OLE color: 747841.

HSL color Cylindrical-coordinate representation of color #41690B: hue angle of 85.53º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #41690B is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 105 11 -
CMYK 0.38 0 0.90 0.59
HSL 85.53º 0.81% 0.23% -
HSV(B) 85.53º 0.9% 0.41% -
XYZ 7.29 11.25 2.1 -
YUV 82.32 87.75 115.64 -
System Red Green Blue C M Y K H S L
Decimal 65 105 11 0.38 0 0.90 0.59 85.53 0.81 0.23
Hex 41 69 B 26 0 5A 3B 56 51 17
Octal 101 151 13 46 0 132 73 126 121 27
Binary 1000001 1101001 1011 100110 0 1011010 111011 1010110 1010001 10111

Color Harmonies of #41690B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41690B

Black with #41690B

Text Example


Text Example

White with #41690B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41690B; }

 p { color: rgb(65,105,11); }

 H1.HeaderClassName
 {
   color: #41690B;
 }
 .AnyTagClassName
 {
   color: #41690B;
 }
</style>

background-color css

<style>
 a { background-color: #41690B; }

 a { background-color: rgb(65,105,11); }

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

border-color css

<style>
 span { border-color: #41690B; }

 span { border-color: rgb(65,105,11); }

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