Html Css Color HEX #43501F Verdun Green

📋 copy color: '#43501F'

red 67 ◦ green 80 ◦ blue 31

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

Shades of Verdun Green #43501F

Tints of Verdun Green #43501F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.94%

 BLUE value IS 31 (12.5% from 255) = 17.42%

R = 37.64%
G = 44.94%
B = 17.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#43501F (or 0x43501F) is known color: Verdun Green. HEX triplet: 43, 50 and 1F. RGB value is (67,80,31). Sum of RGB (Red+Green+Blue) = 67+80+31=178 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.64% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 80 - color contains mainly: green. Hex color #43501F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43501F is #BCAFE0. Grayscale: #464646. Windows color (decimal): -12365793 or 2052163. OLE color: 2052163.

HSL color Cylindrical-coordinate representation of color #43501F: hue angle of 75.92º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43501F is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB 67 80 31 -
CMYK 0.16 0 0.61 0.69
HSL 75.92º 0.44% 0.22% -
HSV(B) 75.92º 0.61% 0.31% -
XYZ 5.43 7.03 2.37 -
YUV 70.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 67 80 31 0.16 0 0.61 0.69 75.92 0.44 0.22
Hex 43 50 1F 10 0 3D 45 4C 2C 16
Octal 103 120 37 20 0 75 105 114 54 26
Binary 1000011 1010000 11111 10000 0 111101 1000101 1001100 101100 10110

Color Harmonies of #43501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43501F

Black with #43501F

Text Example


Text Example

White with #43501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43501F; }

 p { color: rgb(67,80,31); }

 H1.HeaderClassName
 {
   color: #43501F;
 }
 .AnyTagClassName
 {
   color: #43501F;
 }
</style>

background-color css

<style>
 a { background-color: #43501F; }

 a { background-color: rgb(67,80,31); }

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

border-color css

<style>
 span { border-color: #43501F; }

 span { border-color: rgb(67,80,31); }

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