Html Css Color HEX #414306 Verdun Green

📋 copy color: '#414306'

red 65 ◦ green 67 ◦ blue 6

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

Shades of Verdun Green #414306

Tints of Verdun Green #414306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.35%

R = 47.1%
G = 48.55%
B = 4.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.74

RGB Variations

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

Color information

#414306 (or 0x414306) is known color: Verdun Green. HEX triplet: 41, 43 and 06. RGB value is (65,67,6). Sum of RGB (Red+Green+Blue) = 65+67+6=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 67 (26.56% from 255 or 48.55% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 67 - color contains mainly: green. Hex color #414306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414306 is #BEBCF9. Grayscale: #3B3B3B. Windows color (decimal): -12500218 or 410433. OLE color: 410433.

HSL color Cylindrical-coordinate representation of color #414306: hue angle of 61.97º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #414306 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.

Color convert

RGB 65 67 6 -
CMYK 0.03 0 0.91 0.74
HSL 61.97º 0.84% 0.14% -
HSV(B) 61.97º 0.91% 0.26% -
XYZ 4.22 5.15 0.94 -
YUV 59.45 97.84 131.96 -
System Red Green Blue C M Y K H S L
Decimal 65 67 6 0.03 0 0.91 0.74 61.97 0.84 0.14
Hex 41 43 6 3 0 5B 4A 3E 54 E
Octal 101 103 6 3 0 133 112 76 124 16
Binary 1000001 1000011 110 11 0 1011011 1001010 111110 1010100 1110

Color Harmonies of #414306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414306

Black with #414306

Text Example


Text Example

White with #414306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414306; }

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

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

background-color css

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

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

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

border-color css

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

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

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