Html Css Color HEX #43501B Verdun Green

📋 copy color: '#43501B'

red 67 ◦ green 80 ◦ blue 27

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

Shades of Verdun Green #43501B

Tints of Verdun Green #43501B

RGB

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

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

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

R = 38.51%
G = 45.98%
B = 15.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#43501B (or 0x43501B) is known color: Verdun Green. HEX triplet: 43, 50 and 1B. RGB value is (67,80,27). Sum of RGB (Red+Green+Blue) = 67+80+27=174 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.51% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #43501B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43501B is #BCAFE4. Grayscale: #464646. Windows color (decimal): -12365797 or 1790019. OLE color: 1790019.

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

Color convert

RGB 67 80 27 -
CMYK 0.16 0 0.66 0.69
HSL 74.72º 0.5% 0.21% -
HSV(B) 74.72º 0.66% 0.31% -
XYZ 5.38 7.01 2.11 -
YUV 70.07 103.69 125.81 -
System Red Green Blue C M Y K H S L
Decimal 67 80 27 0.16 0 0.66 0.69 74.72 0.5 0.21
Hex 43 50 1B 10 0 42 45 4B 32 15
Octal 103 120 33 20 0 102 105 113 62 25
Binary 1000011 1010000 11011 10000 0 1000010 1000101 1001011 110010 10101

Color Harmonies of #43501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43501B

Black with #43501B

Text Example


Text Example

White with #43501B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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