Html Css Color HEX #416700 Verdun Green

📋 copy color: '#416700'

red 65 ◦ green 103 ◦ blue 0

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

Shades of Verdun Green #416700

Tints of Verdun Green #416700

RGB

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

 GREEN value IS 103 (40.63% from 255) = 61.31%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.69%
G = 61.31%
B = 0%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#416700 (or 0x416700) is known color: Verdun Green. HEX triplet: 41, 67 and 00. RGB value is (65,103,0). Sum of RGB (Red+Green+Blue) = 65+103+0=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 103 (40.62% from 255 or 61.31% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 103 - color contains mainly: green. Hex color #416700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416700 is #BE98FF. Grayscale: #505050. Windows color (decimal): -12491008 or 26433. OLE color: 26433.

HSL color Cylindrical-coordinate representation of color #416700: hue angle of 82.14º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #416700 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 103 0 -
CMYK 0.37 0 1 0.60
HSL 82.14º 1% 0.2% -
HSV(B) 82.14º 1% 0.4% -
XYZ 7.03 10.82 1.72 -
YUV 79.9 82.91 117.38 -
System Red Green Blue C M Y K H S L
Decimal 65 103 0 0.37 0 1 0.60 82.14 1 0.2
Hex 41 67 0 25 0 64 3C 52 64 14
Octal 101 147 0 45 0 144 74 122 144 24
Binary 1000001 1100111 0 100101 0 1100100 111100 1010010 1100100 10100

Color Harmonies of #416700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416700

Black with #416700

Text Example


Text Example

White with #416700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416700; }

 p { color: rgb(65,103,0); }

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

background-color css

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

 a { background-color: rgb(65,103,0); }

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

border-color css

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

 span { border-color: rgb(65,103,0); }

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