Html Css Color HEX #425B17 Verdun Green

📋 copy color: '#425B17'

red 66 ◦ green 91 ◦ blue 23

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

Shades of Verdun Green #425B17

Tints of Verdun Green #425B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.78%

R = 36.67%
G = 50.56%
B = 12.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.75

 K value IS 0.64

RGB Variations

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

Color information

#425B17 (or 0x425B17) is known color: Verdun Green. HEX triplet: 42, 5B and 17. RGB value is (66,91,23). Sum of RGB (Red+Green+Blue) = 66+91+23=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 91 (35.94% from 255 or 50.56% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 91 - color contains mainly: green. Hex color #425B17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425B17 is #BDA4E8. Grayscale: #4C4C4C. Windows color (decimal): -12428521 or 1530690. OLE color: 1530690.

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

Color convert

RGB 66 91 23 -
CMYK 0.27 0 0.75 0.64
HSL 82.06º 0.6% 0.22% -
HSV(B) 82.06º 0.75% 0.36% -
XYZ 6.14 8.7 2.17 -
YUV 75.77 98.22 121.03 -
System Red Green Blue C M Y K H S L
Decimal 66 91 23 0.27 0 0.75 0.64 82.06 0.6 0.22
Hex 42 5B 17 1B 0 4B 40 52 3C 16
Octal 102 133 27 33 0 113 100 122 74 26
Binary 1000010 1011011 10111 11011 0 1001011 1000000 1010010 111100 10110

Color Harmonies of #425B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425B17

Black with #425B17

Text Example


Text Example

White with #425B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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