Html Css Color HEX #41530D Verdun Green

📋 copy color: '#41530D'

red 65 ◦ green 83 ◦ blue 13

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

Shades of Verdun Green #41530D

Tints of Verdun Green #41530D

RGB

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

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

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

R = 40.37%
G = 51.55%
B = 8.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#41530D (or 0x41530D) is known color: Verdun Green. HEX triplet: 41, 53 and 0D. RGB value is (65,83,13). Sum of RGB (Red+Green+Blue) = 65+83+13=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #41530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41530D is #BEACF2. Grayscale: #454545. Windows color (decimal): -12496115 or 873281. OLE color: 873281.

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

Color convert

RGB 65 83 13 -
CMYK 0.22 0 0.84 0.67
HSL 75.43º 0.73% 0.19% -
HSV(B) 75.43º 0.84% 0.33% -
XYZ 5.35 7.34 1.52 -
YUV 69.64 96.04 124.69 -
System Red Green Blue C M Y K H S L
Decimal 65 83 13 0.22 0 0.84 0.67 75.43 0.73 0.19
Hex 41 53 D 16 0 54 43 4B 49 13
Octal 101 123 15 26 0 124 103 113 111 23
Binary 1000001 1010011 1101 10110 0 1010100 1000011 1001011 1001001 10011

Color Harmonies of #41530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41530D

Black with #41530D

Text Example


Text Example

White with #41530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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