Html Css Color HEX #425811 Verdun Green

📋 copy color: '#425811'

red 66 ◦ green 88 ◦ blue 17

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

Shades of Verdun Green #425811

Tints of Verdun Green #425811

RGB

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

 GREEN value IS 88 (34.77% from 255) = 51.46%

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

R = 38.6%
G = 51.46%
B = 9.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#425811 (or 0x425811) is known color: Verdun Green. HEX triplet: 42, 58 and 11. RGB value is (66,88,17). Sum of RGB (Red+Green+Blue) = 66+88+17=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 88 (34.77% from 255 or 51.46% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 88 - color contains mainly: green. Hex color #425811 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425811 is #BDA7EE. Grayscale: #494949. Windows color (decimal): -12429295 or 1136706. OLE color: 1136706.

HSL color Cylindrical-coordinate representation of color #425811: hue angle of 78.59º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #425811 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 88 17 -
CMYK 0.25 0 0.81 0.65
HSL 78.59º 0.68% 0.21% -
HSV(B) 78.59º 0.81% 0.35% -
XYZ 5.84 8.18 1.8 -
YUV 73.33 96.21 122.77 -
System Red Green Blue C M Y K H S L
Decimal 66 88 17 0.25 0 0.81 0.65 78.59 0.68 0.21
Hex 42 58 11 19 0 51 41 4F 44 15
Octal 102 130 21 31 0 121 101 117 104 25
Binary 1000010 1011000 10001 11001 0 1010001 1000001 1001111 1000100 10101

Color Harmonies of #425811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425811

Black with #425811

Text Example


Text Example

White with #425811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425811; }

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

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

background-color css

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

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

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

border-color css

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

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

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