Html Css Color HEX #43480D Verdun Green

📋 copy color: '#43480D'

red 67 ◦ green 72 ◦ blue 13

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

Shades of Verdun Green #43480D

Tints of Verdun Green #43480D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.55%

R = 44.08%
G = 47.37%
B = 8.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#43480D (or 0x43480D) is known color: Verdun Green. HEX triplet: 43, 48 and 0D. RGB value is (67,72,13). Sum of RGB (Red+Green+Blue) = 67+72+13=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #43480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43480D is #BCB7F2. Grayscale: #404040. Windows color (decimal): -12367859 or 870467. OLE color: 870467.

HSL color Cylindrical-coordinate representation of color #43480D: hue angle of 65.08º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #43480D is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 67 72 13 -
CMYK 0.07 0 0.82 0.72
HSL 65.08º 0.69% 0.17% -
HSV(B) 65.08º 0.82% 0.28% -
XYZ 4.7 5.86 1.26 -
YUV 63.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 67 72 13 0.07 0 0.82 0.72 65.08 0.69 0.17
Hex 43 48 D 7 0 52 48 41 45 11
Octal 103 110 15 7 0 122 110 101 105 21
Binary 1000011 1001000 1101 111 0 1010010 1001000 1000001 1000101 10001

Color Harmonies of #43480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43480D

Black with #43480D

Text Example


Text Example

White with #43480D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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