Html Css Color HEX #425418 Verdun Green

📋 copy color: '#425418'

red 66 ◦ green 84 ◦ blue 24

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

Shades of Verdun Green #425418

Tints of Verdun Green #425418

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48.28%

 BLUE value IS 24 (9.77% from 255) = 13.79%

R = 37.93%
G = 48.28%
B = 13.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#425418 (or 0x425418) is known color: Verdun Green. HEX triplet: 42, 54 and 18. RGB value is (66,84,24). Sum of RGB (Red+Green+Blue) = 66+84+24=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #425418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425418 is #BDABE7. Grayscale: #484848. Windows color (decimal): -12430312 or 1594434. OLE color: 1594434.

HSL color Cylindrical-coordinate representation of color #425418: hue angle of 78º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #425418 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 84 24 -
CMYK 0.21 0 0.71 0.67
HSL 78º 0.56% 0.21% -
HSV(B) 78º 0.71% 0.33% -
XYZ 5.58 7.56 2.03 -
YUV 71.78 101.04 123.88 -
System Red Green Blue C M Y K H S L
Decimal 66 84 24 0.21 0 0.71 0.67 78 0.56 0.21
Hex 42 54 18 15 0 47 43 4E 38 15
Octal 102 124 30 25 0 107 103 116 70 25
Binary 1000010 1010100 11000 10101 0 1000111 1000011 1001110 111000 10101

Color Harmonies of #425418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425418

Black with #425418

Text Example


Text Example

White with #425418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425418; }

 p { color: rgb(66,84,24); }

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

background-color css

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

 a { background-color: rgb(66,84,24); }

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

border-color css

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

 span { border-color: rgb(66,84,24); }

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