Html Css Color HEX #41530E Verdun Green

📋 copy color: '#41530E'

red 65 ◦ green 83 ◦ blue 14

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

Shades of Verdun Green #41530E

Tints of Verdun Green #41530E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 51.23%

 BLUE value IS 14 (5.86% from 255) = 8.64%

R = 40.12%
G = 51.23%
B = 8.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#41530E (or 0x41530E) is known color: Verdun Green. HEX triplet: 41, 53 and 0E. RGB value is (65,83,14). Sum of RGB (Red+Green+Blue) = 65+83+14=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #41530E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41530E is #BEACF1. Grayscale: #464646. Windows color (decimal): -12496114 or 938817. OLE color: 938817.

HSL color Cylindrical-coordinate representation of color #41530E: hue angle of 75.65º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #41530E is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 83 14 -
CMYK 0.22 0 0.83 0.67
HSL 75.65º 0.71% 0.19% -
HSV(B) 75.65º 0.83% 0.33% -
XYZ 5.35 7.34 1.55 -
YUV 69.75 96.54 124.61 -
System Red Green Blue C M Y K H S L
Decimal 65 83 14 0.22 0 0.83 0.67 75.65 0.71 0.19
Hex 41 53 E 16 0 53 43 4C 47 13
Octal 101 123 16 26 0 123 103 114 107 23
Binary 1000001 1010011 1110 10110 0 1010011 1000011 1001100 1000111 10011

Color Harmonies of #41530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41530E

Black with #41530E

Text Example


Text Example

White with #41530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41530E; }

 p { color: rgb(65,83,14); }

 H1.HeaderClassName
 {
   color: #41530E;
 }
 .AnyTagClassName
 {
   color: #41530E;
 }
</style>

background-color css

<style>
 a { background-color: #41530E; }

 a { background-color: rgb(65,83,14); }

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

border-color css

<style>
 span { border-color: #41530E; }

 span { border-color: rgb(65,83,14); }

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