Html Css Color HEX #41531B Verdun Green

📋 copy color: '#41531B'

red 65 ◦ green 83 ◦ blue 27

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

Shades of Verdun Green #41531B

Tints of Verdun Green #41531B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.43%

R = 37.14%
G = 47.43%
B = 15.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#41531B (or 0x41531B) is known color: Verdun Green. HEX triplet: 41, 53 and 1B. RGB value is (65,83,27). Sum of RGB (Red+Green+Blue) = 65+83+27=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #41531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41531B is #BEACE4. Grayscale: #474747. Windows color (decimal): -12496101 or 1790785. OLE color: 1790785.

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

Color convert

RGB 65 83 27 -
CMYK 0.22 0 0.67 0.67
HSL 79.29º 0.51% 0.22% -
HSV(B) 79.29º 0.67% 0.33% -
XYZ 5.47 7.39 2.17 -
YUV 71.23 103.04 123.55 -
System Red Green Blue C M Y K H S L
Decimal 65 83 27 0.22 0 0.67 0.67 79.29 0.51 0.22
Hex 41 53 1B 16 0 43 43 4F 33 16
Octal 101 123 33 26 0 103 103 117 63 26
Binary 1000001 1010011 11011 10110 0 1000011 1000011 1001111 110011 10110

Color Harmonies of #41531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41531B

Black with #41531B

Text Example


Text Example

White with #41531B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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