Html Css Color HEX #43600D Verdun Green

📋 copy color: '#43600D'

red 67 ◦ green 96 ◦ blue 13

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

Shades of Verdun Green #43600D

Tints of Verdun Green #43600D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 54.55%

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

R = 38.07%
G = 54.55%
B = 7.39%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#43600D (or 0x43600D) is known color: Verdun Green. HEX triplet: 43, 60 and 0D. RGB value is (67,96,13). Sum of RGB (Red+Green+Blue) = 67+96+13=176 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.07% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #43600D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43600D is #BC9FF2. Grayscale: #4E4E4E. Windows color (decimal): -12361715 or 876611. OLE color: 876611.

HSL color Cylindrical-coordinate representation of color #43600D: hue angle of 80.96º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #43600D is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 67 96 13 -
CMYK 0.30 0 0.86 0.62
HSL 80.96º 0.76% 0.21% -
HSV(B) 80.96º 0.86% 0.38% -
XYZ 6.57 9.59 1.89 -
YUV 77.87 91.39 120.25 -
System Red Green Blue C M Y K H S L
Decimal 67 96 13 0.30 0 0.86 0.62 80.96 0.76 0.21
Hex 43 60 D 1E 0 56 3E 51 4C 15
Octal 103 140 15 36 0 126 76 121 114 25
Binary 1000011 1100000 1101 11110 0 1010110 111110 1010001 1001100 10101

Color Harmonies of #43600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43600D

Black with #43600D

Text Example


Text Example

White with #43600D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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