Html Css Color HEX #41690C Verdun Green

📋 copy color: '#41690C'

red 65 ◦ green 105 ◦ blue 12

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

Shades of Verdun Green #41690C

Tints of Verdun Green #41690C

RGB

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

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

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

R = 35.71%
G = 57.69%
B = 6.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#41690C (or 0x41690C) is known color: Verdun Green. HEX triplet: 41, 69 and 0C. RGB value is (65,105,12). Sum of RGB (Red+Green+Blue) = 65+105+12=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 105 (41.41% from 255 or 57.69% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 105 - color contains mainly: green. Hex color #41690C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41690C is #BE96F3. Grayscale: #525252. Windows color (decimal): -12490484 or 813377. OLE color: 813377.

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

Color convert

RGB 65 105 12 -
CMYK 0.38 0 0.89 0.59
HSL 85.81º 0.79% 0.23% -
HSV(B) 85.81º 0.89% 0.41% -
XYZ 7.3 11.25 2.14 -
YUV 82.44 88.25 115.56 -
System Red Green Blue C M Y K H S L
Decimal 65 105 12 0.38 0 0.89 0.59 85.81 0.79 0.23
Hex 41 69 C 26 0 59 3B 56 4F 17
Octal 101 151 14 46 0 131 73 126 117 27
Binary 1000001 1101001 1100 100110 0 1011001 111011 1010110 1001111 10111

Color Harmonies of #41690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41690C

Black with #41690C

Text Example


Text Example

White with #41690C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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