Html Css Color HEX #414314 Verdun Green

📋 copy color: '#414314'

red 65 ◦ green 67 ◦ blue 20

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

Shades of Verdun Green #414314

Tints of Verdun Green #414314

RGB

 RED value IS 65 (25.78% from 255) = 42.76%

 GREEN value IS 67 (26.56% from 255) = 44.08%

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

R = 42.76%
G = 44.08%
B = 13.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#414314 (or 0x414314) is known color: Verdun Green. HEX triplet: 41, 43 and 14. RGB value is (65,67,20). Sum of RGB (Red+Green+Blue) = 65+67+20=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 67 - color contains mainly: green. Hex color #414314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414314 is #BEBCEB. Grayscale: #3D3D3D. Windows color (decimal): -12500204 or 1327937. OLE color: 1327937.

HSL color Cylindrical-coordinate representation of color #414314: hue angle of 62.55º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #414314 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB 65 67 20 -
CMYK 0.03 0 0.70 0.74
HSL 62.55º 0.54% 0.17% -
HSV(B) 62.55º 0.7% 0.26% -
XYZ 4.31 5.19 1.44 -
YUV 61.04 104.84 130.82 -
System Red Green Blue C M Y K H S L
Decimal 65 67 20 0.03 0 0.70 0.74 62.55 0.54 0.17
Hex 41 43 14 3 0 46 4A 3F 36 11
Octal 101 103 24 3 0 106 112 77 66 21
Binary 1000001 1000011 10100 11 0 1000110 1001010 111111 110110 10001

Color Harmonies of #414314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414314

Black with #414314

Text Example


Text Example

White with #414314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414314; }

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

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

background-color css

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

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

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

border-color css

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

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

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