Html Css Color HEX #41690F Verdun Green

📋 copy color: '#41690F'

red 65 ◦ green 105 ◦ blue 15

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

Shades of Verdun Green #41690F

Tints of Verdun Green #41690F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.11%

R = 35.14%
G = 56.76%
B = 8.11%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#41690F (or 0x41690F) is known color: Verdun Green. HEX triplet: 41, 69 and 0F. RGB value is (65,105,15). Sum of RGB (Red+Green+Blue) = 65+105+15=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 105 (41.41% from 255 or 56.76% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 105 - color contains mainly: green. Hex color #41690F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41690F is #BE96F0. Grayscale: #535353. Windows color (decimal): -12490481 or 1009985. OLE color: 1009985.

HSL color Cylindrical-coordinate representation of color #41690F: hue angle of 86.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41690F is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 105 15 -
CMYK 0.38 0 0.86 0.59
HSL 86.67º 0.75% 0.24% -
HSV(B) 86.67º 0.86% 0.41% -
XYZ 7.32 11.26 2.24 -
YUV 82.78 89.75 115.32 -
System Red Green Blue C M Y K H S L
Decimal 65 105 15 0.38 0 0.86 0.59 86.67 0.75 0.24
Hex 41 69 F 26 0 56 3B 57 4B 18
Octal 101 151 17 46 0 126 73 127 113 30
Binary 1000001 1101001 1111 100110 0 1010110 111011 1010111 1001011 11000

Color Harmonies of #41690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41690F

Black with #41690F

Text Example


Text Example

White with #41690F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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