Html Css Color HEX #43580D Verdun Green

📋 copy color: '#43580D'

red 67 ◦ green 88 ◦ blue 13

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

Shades of Verdun Green #43580D

Tints of Verdun Green #43580D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 52.38%

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

R = 39.88%
G = 52.38%
B = 7.74%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#43580D (or 0x43580D) is known color: Verdun Green. HEX triplet: 43, 58 and 0D. RGB value is (67,88,13). Sum of RGB (Red+Green+Blue) = 67+88+13=168 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.88% from 168); Green value is 88 (34.77% from 255 or 52.38% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 88 - color contains mainly: green. Hex color #43580D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43580D is #BCA7F2. Grayscale: #494949. Windows color (decimal): -12363763 or 874563. OLE color: 874563.

HSL color Cylindrical-coordinate representation of color #43580D: hue angle of 76.8º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #43580D is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 67 88 13 -
CMYK 0.24 0 0.85 0.65
HSL 76.8º 0.74% 0.2% -
HSV(B) 76.8º 0.85% 0.35% -
XYZ 5.88 8.2 1.65 -
YUV 73.17 94.04 123.6 -
System Red Green Blue C M Y K H S L
Decimal 67 88 13 0.24 0 0.85 0.65 76.8 0.74 0.2
Hex 43 58 D 18 0 55 41 4D 4A 14
Octal 103 130 15 30 0 125 101 115 112 24
Binary 1000011 1011000 1101 11000 0 1010101 1000001 1001101 1001010 10100

Color Harmonies of #43580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43580D

Black with #43580D

Text Example


Text Example

White with #43580D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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