Html Css Color HEX #424311 Verdun Green

📋 copy color: '#424311'

red 66 ◦ green 67 ◦ blue 17

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

Shades of Verdun Green #424311

Tints of Verdun Green #424311

RGB

 RED value IS 66 (26.17% from 255) = 44%

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

 BLUE value IS 17 (7.03% from 255) = 11.33%

R = 44%
G = 44.67%
B = 11.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.74

RGB Variations

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

Color information

#424311 (or 0x424311) is known color: Verdun Green. HEX triplet: 42, 43 and 11. RGB value is (66,67,17). Sum of RGB (Red+Green+Blue) = 66+67+17=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 67 - color contains mainly: green. Hex color #424311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424311 is #BDBCEE. Grayscale: #3D3D3D. Windows color (decimal): -12434671 or 1131330. OLE color: 1131330.

HSL color Cylindrical-coordinate representation of color #424311: hue angle of 61.2º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #424311 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 67 17 -
CMYK 0.01 0 0.75 0.74
HSL 61.2º 0.6% 0.16% -
HSV(B) 61.2º 0.75% 0.26% -
XYZ 4.36 5.21 1.31 -
YUV 61 103.17 131.57 -
System Red Green Blue C M Y K H S L
Decimal 66 67 17 0.01 0 0.75 0.74 61.2 0.6 0.16
Hex 42 43 11 1 0 4B 4A 3D 3C 10
Octal 102 103 21 1 0 113 112 75 74 20
Binary 1000010 1000011 10001 1 0 1001011 1001010 111101 111100 10000

Color Harmonies of #424311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424311

Black with #424311

Text Example


Text Example

White with #424311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424311; }

 p { color: rgb(66,67,17); }

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

background-color css

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

 a { background-color: rgb(66,67,17); }

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

border-color css

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

 span { border-color: rgb(66,67,17); }

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