Html Css Color HEX #43481D Verdun Green

📋 copy color: '#43481D'

red 67 ◦ green 72 ◦ blue 29

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

Shades of Verdun Green #43481D

Tints of Verdun Green #43481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.86%

 BLUE value IS 29 (11.72% from 255) = 17.26%

R = 39.88%
G = 42.86%
B = 17.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#43481D (or 0x43481D) is known color: Verdun Green. HEX triplet: 43, 48 and 1D. RGB value is (67,72,29). Sum of RGB (Red+Green+Blue) = 67+72+29=168 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.88% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 72 - color contains mainly: green. Hex color #43481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43481D is #BCB7E2. Grayscale: #414141. Windows color (decimal): -12367843 or 1919043. OLE color: 1919043.

HSL color Cylindrical-coordinate representation of color #43481D: hue angle of 66.98º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43481D is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 67 72 29 -
CMYK 0.07 0 0.60 0.72
HSL 66.98º 0.43% 0.2% -
HSV(B) 66.98º 0.6% 0.28% -
XYZ 4.85 5.92 2.05 -
YUV 65.6 107.34 129 -
System Red Green Blue C M Y K H S L
Decimal 67 72 29 0.07 0 0.60 0.72 66.98 0.43 0.2
Hex 43 48 1D 7 0 3C 48 43 2B 14
Octal 103 110 35 7 0 74 110 103 53 24
Binary 1000011 1001000 11101 111 0 111100 1001000 1000011 101011 10100

Color Harmonies of #43481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43481D

Black with #43481D

Text Example


Text Example

White with #43481D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43481D; }

 p { color: rgb(67,72,29); }

 H1.HeaderClassName
 {
   color: #43481D;
 }
 .AnyTagClassName
 {
   color: #43481D;
 }
</style>

background-color css

<style>
 a { background-color: #43481D; }

 a { background-color: rgb(67,72,29); }

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

border-color css

<style>
 span { border-color: #43481D; }

 span { border-color: rgb(67,72,29); }

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