Html Css Color HEX #43521E Verdun Green

📋 copy color: '#43521E'

red 67 ◦ green 82 ◦ blue 30

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

Shades of Verdun Green #43521E

Tints of Verdun Green #43521E

RGB

 RED value IS 67 (26.56% from 255) = 37.43%

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

 BLUE value IS 30 (12.11% from 255) = 16.76%

R = 37.43%
G = 45.81%
B = 16.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#43521E (or 0x43521E) is known color: Verdun Green. HEX triplet: 43, 52 and 1E. RGB value is (67,82,30). Sum of RGB (Red+Green+Blue) = 67+82+30=179 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.43% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 82 - color contains mainly: green. Hex color #43521E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43521E is #BCADE1. Grayscale: #474747. Windows color (decimal): -12365282 or 1987139. OLE color: 1987139.

HSL color Cylindrical-coordinate representation of color #43521E: hue angle of 77.31º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43521E is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB 67 82 30 -
CMYK 0.18 0 0.63 0.68
HSL 77.31º 0.46% 0.22% -
HSV(B) 77.31º 0.63% 0.32% -
XYZ 5.57 7.32 2.35 -
YUV 71.59 104.53 124.73 -
System Red Green Blue C M Y K H S L
Decimal 67 82 30 0.18 0 0.63 0.68 77.31 0.46 0.22
Hex 43 52 1E 12 0 3F 44 4D 2E 16
Octal 103 122 36 22 0 77 104 115 56 26
Binary 1000011 1010010 11110 10010 0 111111 1000100 1001101 101110 10110

Color Harmonies of #43521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43521E

Black with #43521E

Text Example


Text Example

White with #43521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43521E; }

 p { color: rgb(67,82,30); }

 H1.HeaderClassName
 {
   color: #43521E;
 }
 .AnyTagClassName
 {
   color: #43521E;
 }
</style>

background-color css

<style>
 a { background-color: #43521E; }

 a { background-color: rgb(67,82,30); }

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

border-color css

<style>
 span { border-color: #43521E; }

 span { border-color: rgb(67,82,30); }

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