Html Css Color HEX #434414 Verdun Green

📋 copy color: '#434414'

red 67 ◦ green 68 ◦ blue 20

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

Shades of Verdun Green #434414

Tints of Verdun Green #434414

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.87%

 BLUE value IS 20 (8.2% from 255) = 12.9%

R = 43.23%
G = 43.87%
B = 12.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#434414 (or 0x434414) is known color: Verdun Green. HEX triplet: 43, 44 and 14. RGB value is (67,68,20). Sum of RGB (Red+Green+Blue) = 67+68+20=155 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.23% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 68 - color contains mainly: green. Hex color #434414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434414 is #BCBBEB. Grayscale: #3E3E3E. Windows color (decimal): -12368876 or 1328195. OLE color: 1328195.

HSL color Cylindrical-coordinate representation of color #434414: hue angle of 61.25º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #434414 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB 67 68 20 -
CMYK 0.01 0 0.71 0.73
HSL 61.25º 0.55% 0.17% -
HSV(B) 61.25º 0.71% 0.27% -
XYZ 4.51 5.38 1.46 -
YUV 62.23 104.17 131.4 -
System Red Green Blue C M Y K H S L
Decimal 67 68 20 0.01 0 0.71 0.73 61.25 0.55 0.17
Hex 43 44 14 1 0 47 49 3D 37 11
Octal 103 104 24 1 0 107 111 75 67 21
Binary 1000011 1000100 10100 1 0 1000111 1001001 111101 110111 10001

Color Harmonies of #434414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434414

Black with #434414

Text Example


Text Example

White with #434414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434414; }

 p { color: rgb(67,68,20); }

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

background-color css

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

 a { background-color: rgb(67,68,20); }

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

border-color css

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

 span { border-color: rgb(67,68,20); }

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