Html Css Color HEX #42531A Verdun Green

📋 copy color: '#42531A'

red 66 ◦ green 83 ◦ blue 26

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

Shades of Verdun Green #42531A

Tints of Verdun Green #42531A

RGB

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

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

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

R = 37.71%
G = 47.43%
B = 14.86%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#42531A (or 0x42531A) is known color: Verdun Green. HEX triplet: 42, 53 and 1A. RGB value is (66,83,26). Sum of RGB (Red+Green+Blue) = 66+83+26=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #42531A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42531A is #BDACE5. Grayscale: #474747. Windows color (decimal): -12430566 or 1725250. OLE color: 1725250.

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

Color convert

RGB 66 83 26 -
CMYK 0.20 0 0.69 0.67
HSL 77.89º 0.52% 0.21% -
HSV(B) 77.89º 0.69% 0.33% -
XYZ 5.53 7.42 2.12 -
YUV 71.42 102.37 124.13 -
System Red Green Blue C M Y K H S L
Decimal 66 83 26 0.20 0 0.69 0.67 77.89 0.52 0.21
Hex 42 53 1A 14 0 45 43 4E 34 15
Octal 102 123 32 24 0 105 103 116 64 25
Binary 1000010 1010011 11010 10100 0 1000101 1000011 1001110 110100 10101

Color Harmonies of #42531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42531A

Black with #42531A

Text Example


Text Example

White with #42531A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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