Html Css Color HEX #414302 Verdun Green

📋 copy color: '#414302'

red 65 ◦ green 67 ◦ blue 2

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

Shades of Verdun Green #414302

Tints of Verdun Green #414302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.49%

R = 48.51%
G = 50%
B = 1.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#414302 (or 0x414302) is known color: Verdun Green. HEX triplet: 41, 43 and 02. RGB value is (65,67,2). Sum of RGB (Red+Green+Blue) = 65+67+2=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #414302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414302 is #BEBCFD. Grayscale: #3B3B3B. Windows color (decimal): -12500222 or 148289. OLE color: 148289.

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

Color convert

RGB 65 67 2 -
CMYK 0.03 0 0.97 0.74
HSL 61.85º 0.94% 0.14% -
HSV(B) 61.85º 0.97% 0.26% -
XYZ 4.2 5.14 0.83 -
YUV 58.99 95.84 132.29 -
System Red Green Blue C M Y K H S L
Decimal 65 67 2 0.03 0 0.97 0.74 61.85 0.94 0.14
Hex 41 43 2 3 0 61 4A 3E 5E E
Octal 101 103 2 3 0 141 112 76 136 16
Binary 1000001 1000011 10 11 0 1100001 1001010 111110 1011110 1110

Color Harmonies of #414302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414302

Black with #414302

Text Example


Text Example

White with #414302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414302; }

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

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

background-color css

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

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

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

border-color css

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

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

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