Html Css Color HEX #43481C Verdun Green

📋 copy color: '#43481C'

red 67 ◦ green 72 ◦ blue 28

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

Shades of Verdun Green #43481C

Tints of Verdun Green #43481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.77%

R = 40.12%
G = 43.11%
B = 16.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#43481C (or 0x43481C) is known color: Verdun Green. HEX triplet: 43, 48 and 1C. RGB value is (67,72,28). Sum of RGB (Red+Green+Blue) = 67+72+28=167 (22% of max value = 765). Red value is 67 (26.56% from 255 or 40.12% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #43481C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43481C is #BCB7E3. Grayscale: #414141. Windows color (decimal): -12367844 or 1853507. OLE color: 1853507.

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

Color convert

RGB 67 72 28 -
CMYK 0.07 0 0.61 0.72
HSL 66.82º 0.44% 0.2% -
HSV(B) 66.82º 0.61% 0.28% -
XYZ 4.84 5.91 1.98 -
YUV 65.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 67 72 28 0.07 0 0.61 0.72 66.82 0.44 0.2
Hex 43 48 1C 7 0 3D 48 43 2C 14
Octal 103 110 34 7 0 75 110 103 54 24
Binary 1000011 1001000 11100 111 0 111101 1001000 1000011 101100 10100

Color Harmonies of #43481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43481C

Black with #43481C

Text Example


Text Example

White with #43481C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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