Html Css Color HEX #41531C Verdun Green

📋 copy color: '#41531C'

red 65 ◦ green 83 ◦ blue 28

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

Shades of Verdun Green #41531C

Tints of Verdun Green #41531C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.91%

R = 36.93%
G = 47.16%
B = 15.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#41531C (or 0x41531C) is known color: Verdun Green. HEX triplet: 41, 53 and 1C. RGB value is (65,83,28). Sum of RGB (Red+Green+Blue) = 65+83+28=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #41531C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41531C is #BEACE3. Grayscale: #474747. Windows color (decimal): -12496100 or 1856321. OLE color: 1856321.

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

Color convert

RGB 65 83 28 -
CMYK 0.22 0 0.66 0.67
HSL 79.64º 0.5% 0.22% -
HSV(B) 79.64º 0.66% 0.33% -
XYZ 5.48 7.39 2.24 -
YUV 71.35 103.54 123.47 -
System Red Green Blue C M Y K H S L
Decimal 65 83 28 0.22 0 0.66 0.67 79.64 0.5 0.22
Hex 41 53 1C 16 0 42 43 50 32 16
Octal 101 123 34 26 0 102 103 120 62 26
Binary 1000001 1010011 11100 10110 0 1000010 1000011 1010000 110010 10110

Color Harmonies of #41531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41531C

Black with #41531C

Text Example


Text Example

White with #41531C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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