Html Css Color HEX #41521A Verdun Green

📋 copy color: '#41521A'

red 65 ◦ green 82 ◦ blue 26

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

Shades of Verdun Green #41521A

Tints of Verdun Green #41521A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.4%

 BLUE value IS 26 (10.55% from 255) = 15.03%

R = 37.57%
G = 47.4%
B = 15.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#41521A (or 0x41521A) is known color: Verdun Green. HEX triplet: 41, 52 and 1A. RGB value is (65,82,26). Sum of RGB (Red+Green+Blue) = 65+82+26=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 82 - color contains mainly: green. Hex color #41521A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41521A is #BEADE5. Grayscale: #464646. Windows color (decimal): -12496358 or 1724993. OLE color: 1724993.

HSL color Cylindrical-coordinate representation of color #41521A: hue angle of 78.21º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41521A is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 82 26 -
CMYK 0.21 0 0.68 0.68
HSL 78.21º 0.52% 0.21% -
HSV(B) 78.21º 0.68% 0.32% -
XYZ 5.38 7.23 2.09 -
YUV 70.53 102.87 124.05 -
System Red Green Blue C M Y K H S L
Decimal 65 82 26 0.21 0 0.68 0.68 78.21 0.52 0.21
Hex 41 52 1A 15 0 44 44 4E 34 15
Octal 101 122 32 25 0 104 104 116 64 25
Binary 1000001 1010010 11010 10101 0 1000100 1000100 1001110 110100 10101

Color Harmonies of #41521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41521A

Black with #41521A

Text Example


Text Example

White with #41521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41521A; }

 p { color: rgb(65,82,26); }

 H1.HeaderClassName
 {
   color: #41521A;
 }
 .AnyTagClassName
 {
   color: #41521A;
 }
</style>

background-color css

<style>
 a { background-color: #41521A; }

 a { background-color: rgb(65,82,26); }

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

border-color css

<style>
 span { border-color: #41521A; }

 span { border-color: rgb(65,82,26); }

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