Html Css Color HEX #414300 Verdun Green

📋 copy color: '#414300'

red 65 ◦ green 67 ◦ blue 0

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

Shades of Verdun Green #414300

Tints of Verdun Green #414300

RGB

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

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

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

R = 49.24%
G = 50.76%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#414300 (or 0x414300) is known color: Verdun Green. HEX triplet: 41, 43 and 00. RGB value is (65,67,0). Sum of RGB (Red+Green+Blue) = 65+67+0=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #414300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414300 is #BEBCFF. Grayscale: #3B3B3B. Windows color (decimal): -12500224 or 17217. OLE color: 17217.

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

Color convert

RGB 65 67 0 -
CMYK 0.03 0 1 0.74
HSL 61.79º 1% 0.13% -
HSV(B) 61.79º 1% 0.26% -
XYZ 4.19 5.14 0.77 -
YUV 58.76 94.84 132.45 -
System Red Green Blue C M Y K H S L
Decimal 65 67 0 0.03 0 1 0.74 61.79 1 0.13
Hex 41 43 0 3 0 64 4A 3E 64 D
Octal 101 103 0 3 0 144 112 76 144 15
Binary 1000001 1000011 0 11 0 1100100 1001010 111110 1100100 1101

Color Harmonies of #414300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414300

Black with #414300

Text Example


Text Example

White with #414300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414300; }

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

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

background-color css

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

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

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

border-color css

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

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

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