Html Css Color HEX #434714 Verdun Green

📋 copy color: '#434714'

red 67 ◦ green 71 ◦ blue 20

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

Shades of Verdun Green #434714

Tints of Verdun Green #434714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.94%

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

R = 42.41%
G = 44.94%
B = 12.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#434714 (or 0x434714) is known color: Verdun Green. HEX triplet: 43, 47 and 14. RGB value is (67,71,20). Sum of RGB (Red+Green+Blue) = 67+71+20=158 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.41% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 71 - color contains mainly: green. Hex color #434714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434714 is #BCB8EB. Grayscale: #404040. Windows color (decimal): -12368108 or 1328963. OLE color: 1328963.

HSL color Cylindrical-coordinate representation of color #434714: hue angle of 64.71º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #434714 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 67 71 20 -
CMYK 0.06 0 0.72 0.72
HSL 64.71º 0.56% 0.18% -
HSV(B) 64.71º 0.72% 0.28% -
XYZ 4.69 5.75 1.52 -
YUV 63.99 103.17 130.15 -
System Red Green Blue C M Y K H S L
Decimal 67 71 20 0.06 0 0.72 0.72 64.71 0.56 0.18
Hex 43 47 14 6 0 48 48 41 38 12
Octal 103 107 24 6 0 110 110 101 70 22
Binary 1000011 1000111 10100 110 0 1001000 1001000 1000001 111000 10010

Color Harmonies of #434714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434714

Black with #434714

Text Example


Text Example

White with #434714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434714; }

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

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

background-color css

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

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

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

border-color css

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

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

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