Html Css Color HEX #425819 Verdun Green

📋 copy color: '#425819'

red 66 ◦ green 88 ◦ blue 25

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

Shades of Verdun Green #425819

Tints of Verdun Green #425819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.97%

R = 36.87%
G = 49.16%
B = 13.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#425819 (or 0x425819) is known color: Verdun Green. HEX triplet: 42, 58 and 19. RGB value is (66,88,25). Sum of RGB (Red+Green+Blue) = 66+88+25=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 88 (34.77% from 255 or 49.16% from 179); Blue value is 25 (10.16% from 255 or 13.97% from 179); Max value from RGB is 88 - color contains mainly: green. Hex color #425819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425819 is #BDA7E6. Grayscale: #4A4A4A. Windows color (decimal): -12429287 or 1660994. OLE color: 1660994.

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

Color convert

RGB 66 88 25 -
CMYK 0.25 0 0.72 0.65
HSL 80.95º 0.56% 0.22% -
HSV(B) 80.95º 0.72% 0.35% -
XYZ 5.91 8.21 2.19 -
YUV 74.24 100.21 122.12 -
System Red Green Blue C M Y K H S L
Decimal 66 88 25 0.25 0 0.72 0.65 80.95 0.56 0.22
Hex 42 58 19 19 0 48 41 51 38 16
Octal 102 130 31 31 0 110 101 121 70 26
Binary 1000010 1011000 11001 11001 0 1001000 1000001 1010001 111000 10110

Color Harmonies of #425819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425819

Black with #425819

Text Example


Text Example

White with #425819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425819; }

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

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

background-color css

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

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

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

border-color css

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

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

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