Html Css Color HEX #424316 Verdun Green

📋 copy color: '#424316'

red 66 ◦ green 67 ◦ blue 22

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

Shades of Verdun Green #424316

Tints of Verdun Green #424316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.19%

R = 42.58%
G = 43.23%
B = 14.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#424316 (or 0x424316) is known color: Verdun Green. HEX triplet: 42, 43 and 16. RGB value is (66,67,22). Sum of RGB (Red+Green+Blue) = 66+67+22=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 67 - color contains mainly: green. Hex color #424316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424316 is #BDBCE9. Grayscale: #3D3D3D. Windows color (decimal): -12434666 or 1459010. OLE color: 1459010.

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

Color convert

RGB 66 67 22 -
CMYK 0.01 0 0.67 0.74
HSL 61.33º 0.51% 0.17% -
HSV(B) 61.33º 0.67% 0.26% -
XYZ 4.4 5.23 1.54 -
YUV 61.57 105.67 131.16 -
System Red Green Blue C M Y K H S L
Decimal 66 67 22 0.01 0 0.67 0.74 61.33 0.51 0.17
Hex 42 43 16 1 0 43 4A 3D 33 11
Octal 102 103 26 1 0 103 112 75 63 21
Binary 1000010 1000011 10110 1 0 1000011 1001010 111101 110011 10001

Color Harmonies of #424316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424316

Black with #424316

Text Example


Text Example

White with #424316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424316; }

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

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

background-color css

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

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

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

border-color css

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

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

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