Html Css Color HEX #43530D Verdun Green

📋 copy color: '#43530D'

red 67 ◦ green 83 ◦ blue 13

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

Shades of Verdun Green #43530D

Tints of Verdun Green #43530D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 50.92%

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

R = 41.1%
G = 50.92%
B = 7.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#43530D (or 0x43530D) is known color: Verdun Green. HEX triplet: 43, 53 and 0D. RGB value is (67,83,13). Sum of RGB (Red+Green+Blue) = 67+83+13=163 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.10% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #43530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43530D is #BCACF2. Grayscale: #464646. Windows color (decimal): -12365043 or 873283. OLE color: 873283.

HSL color Cylindrical-coordinate representation of color #43530D: hue angle of 73.71º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43530D is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 83 13 -
CMYK 0.19 0 0.84 0.67
HSL 73.71º 0.73% 0.19% -
HSV(B) 73.71º 0.84% 0.33% -
XYZ 5.48 7.41 1.52 -
YUV 70.24 95.7 125.69 -
System Red Green Blue C M Y K H S L
Decimal 67 83 13 0.19 0 0.84 0.67 73.71 0.73 0.19
Hex 43 53 D 13 0 54 43 4A 49 13
Octal 103 123 15 23 0 124 103 112 111 23
Binary 1000011 1010011 1101 10011 0 1010100 1000011 1001010 1001001 10011

Color Harmonies of #43530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43530D

Black with #43530D

Text Example


Text Example

White with #43530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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