Html Css Color HEX #42531B Verdun Green

📋 copy color: '#42531B'

red 66 ◦ green 83 ◦ blue 27

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

Shades of Verdun Green #42531B

Tints of Verdun Green #42531B

RGB

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

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

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

R = 37.5%
G = 47.16%
B = 15.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#42531B (or 0x42531B) is known color: Verdun Green. HEX triplet: 42, 53 and 1B. RGB value is (66,83,27). Sum of RGB (Red+Green+Blue) = 66+83+27=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #42531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42531B is #BDACE4. Grayscale: #474747. Windows color (decimal): -12430565 or 1790786. OLE color: 1790786.

HSL color Cylindrical-coordinate representation of color #42531B: hue angle of 78.21º 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 #42531B is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 83 27 -
CMYK 0.20 0 0.67 0.67
HSL 78.21º 0.51% 0.22% -
HSV(B) 78.21º 0.67% 0.33% -
XYZ 5.54 7.42 2.18 -
YUV 71.53 102.87 124.05 -
System Red Green Blue C M Y K H S L
Decimal 66 83 27 0.20 0 0.67 0.67 78.21 0.51 0.22
Hex 42 53 1B 14 0 43 43 4E 33 16
Octal 102 123 33 24 0 103 103 116 63 26
Binary 1000010 1010011 11011 10100 0 1000011 1000011 1001110 110011 10110

Color Harmonies of #42531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42531B

Black with #42531B

Text Example


Text Example

White with #42531B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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