Html Css Color HEX #414307 Verdun Green

📋 copy color: '#414307'

red 65 ◦ green 67 ◦ blue 7

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

Shades of Verdun Green #414307

Tints of Verdun Green #414307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.04%

R = 46.76%
G = 48.2%
B = 5.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.74

RGB Variations

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

Color information

#414307 (or 0x414307) is known color: Verdun Green. HEX triplet: 41, 43 and 07. RGB value is (65,67,7). Sum of RGB (Red+Green+Blue) = 65+67+7=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 7 (3.12% from 255 or 5.04% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #414307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414307 is #BEBCF8. Grayscale: #3B3B3B. Windows color (decimal): -12500217 or 475969. OLE color: 475969.

HSL color Cylindrical-coordinate representation of color #414307: hue angle of 62º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #414307 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.74.

Color convert

RGB 65 67 7 -
CMYK 0.03 0 0.90 0.74
HSL 62º 0.81% 0.15% -
HSV(B) 62º 0.9% 0.26% -
XYZ 4.23 5.15 0.97 -
YUV 59.56 98.34 131.88 -
System Red Green Blue C M Y K H S L
Decimal 65 67 7 0.03 0 0.90 0.74 62 0.81 0.15
Hex 41 43 7 3 0 5A 4A 3E 51 F
Octal 101 103 7 3 0 132 112 76 121 17
Binary 1000001 1000011 111 11 0 1011010 1001010 111110 1010001 1111

Color Harmonies of #414307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414307

Black with #414307

Text Example


Text Example

White with #414307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414307; }

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

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

background-color css

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

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

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

border-color css

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

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

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