Html Css Color HEX #43501A Verdun Green

📋 copy color: '#43501A'

red 67 ◦ green 80 ◦ blue 26

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

Shades of Verdun Green #43501A

Tints of Verdun Green #43501A

RGB

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

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

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

R = 38.73%
G = 46.24%
B = 15.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#43501A (or 0x43501A) is known color: Verdun Green. HEX triplet: 43, 50 and 1A. RGB value is (67,80,26). Sum of RGB (Red+Green+Blue) = 67+80+26=173 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.73% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #43501A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43501A is #BCAFE5. Grayscale: #464646. Windows color (decimal): -12365798 or 1724483. OLE color: 1724483.

HSL color Cylindrical-coordinate representation of color #43501A: hue angle of 74.44º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43501A is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 67 80 26 -
CMYK 0.16 0 0.67 0.69
HSL 74.44º 0.51% 0.21% -
HSV(B) 74.44º 0.68% 0.31% -
XYZ 5.37 7.01 2.05 -
YUV 69.96 103.19 125.89 -
System Red Green Blue C M Y K H S L
Decimal 67 80 26 0.16 0 0.67 0.69 74.44 0.51 0.21
Hex 43 50 1A 10 0 43 45 4A 33 15
Octal 103 120 32 20 0 103 105 112 63 25
Binary 1000011 1010000 11010 10000 0 1000011 1000101 1001010 110011 10101

Color Harmonies of #43501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43501A

Black with #43501A

Text Example


Text Example

White with #43501A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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