Html Css Color HEX #42521B Verdun Green

📋 copy color: '#42521B'

red 66 ◦ green 82 ◦ blue 27

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

Shades of Verdun Green #42521B

Tints of Verdun Green #42521B

RGB

 RED value IS 66 (26.17% from 255) = 37.71%

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

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

R = 37.71%
G = 46.86%
B = 15.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#42521B (or 0x42521B) is known color: Verdun Green. HEX triplet: 42, 52 and 1B. RGB value is (66,82,27). Sum of RGB (Red+Green+Blue) = 66+82+27=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 82 - color contains mainly: green. Hex color #42521B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42521B is #BDADE4. Grayscale: #474747. Windows color (decimal): -12430821 or 1790530. OLE color: 1790530.

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

Color convert

RGB 66 82 27 -
CMYK 0.20 0 0.67 0.68
HSL 77.45º 0.5% 0.21% -
HSV(B) 77.45º 0.67% 0.32% -
XYZ 5.46 7.27 2.15 -
YUV 70.95 103.2 124.47 -
System Red Green Blue C M Y K H S L
Decimal 66 82 27 0.20 0 0.67 0.68 77.45 0.5 0.21
Hex 42 52 1B 14 0 43 44 4D 32 15
Octal 102 122 33 24 0 103 104 115 62 25
Binary 1000010 1010010 11011 10100 0 1000011 1000100 1001101 110010 10101

Color Harmonies of #42521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42521B

Black with #42521B

Text Example


Text Example

White with #42521B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,82,27); }

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

background-color css

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

 a { background-color: rgb(66,82,27); }

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

border-color css

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

 span { border-color: rgb(66,82,27); }

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