Html Css Color HEX #425B11 Verdun Green

📋 copy color: '#425B11'

red 66 ◦ green 91 ◦ blue 17

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

Shades of Verdun Green #425B11

Tints of Verdun Green #425B11

RGB

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

 GREEN value IS 91 (35.94% from 255) = 52.3%

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

R = 37.93%
G = 52.3%
B = 9.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.81

 K value IS 0.64

RGB Variations

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

Color information

#425B11 (or 0x425B11) is known color: Verdun Green. HEX triplet: 42, 5B and 11. RGB value is (66,91,17). Sum of RGB (Red+Green+Blue) = 66+91+17=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 91 (35.94% from 255 or 52.30% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 91 - color contains mainly: green. Hex color #425B11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425B11 is #BDA4EE. Grayscale: #4B4B4B. Windows color (decimal): -12428527 or 1137474. OLE color: 1137474.

HSL color Cylindrical-coordinate representation of color #425B11: hue angle of 80.27º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #425B11 is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 91 17 -
CMYK 0.27 0 0.81 0.64
HSL 80.27º 0.69% 0.21% -
HSV(B) 80.27º 0.81% 0.36% -
XYZ 6.09 8.68 1.88 -
YUV 75.09 95.22 121.52 -
System Red Green Blue C M Y K H S L
Decimal 66 91 17 0.27 0 0.81 0.64 80.27 0.69 0.21
Hex 42 5B 11 1B 0 51 40 50 45 15
Octal 102 133 21 33 0 121 100 120 105 25
Binary 1000010 1011011 10001 11011 0 1010001 1000000 1010000 1000101 10101

Color Harmonies of #425B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425B11

Black with #425B11

Text Example


Text Example

White with #425B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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