Html Css Color HEX #42531D Verdun Green

📋 copy color: '#42531D'

red 66 ◦ green 83 ◦ blue 29

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

Shades of Verdun Green #42531D

Tints of Verdun Green #42531D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.29%

R = 37.08%
G = 46.63%
B = 16.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#42531D (or 0x42531D) is known color: Verdun Green. HEX triplet: 42, 53 and 1D. RGB value is (66,83,29). Sum of RGB (Red+Green+Blue) = 66+83+29=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #42531D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42531D is #BDACE2. Grayscale: #474747. Windows color (decimal): -12430563 or 1921858. OLE color: 1921858.

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

Color convert

RGB 66 83 29 -
CMYK 0.20 0 0.65 0.67
HSL 78.89º 0.48% 0.22% -
HSV(B) 78.89º 0.65% 0.33% -
XYZ 5.56 7.43 2.3 -
YUV 71.76 103.87 123.89 -
System Red Green Blue C M Y K H S L
Decimal 66 83 29 0.20 0 0.65 0.67 78.89 0.48 0.22
Hex 42 53 1D 14 0 41 43 4F 30 16
Octal 102 123 35 24 0 101 103 117 60 26
Binary 1000010 1010011 11101 10100 0 1000001 1000011 1001111 110000 10110

Color Harmonies of #42531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42531D

Black with #42531D

Text Example


Text Example

White with #42531D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,83,29); }

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

background-color css

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

 a { background-color: rgb(66,83,29); }

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

border-color css

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

 span { border-color: rgb(66,83,29); }

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