Html Css Color HEX #425314 Verdun Green

📋 copy color: '#425314'

red 66 ◦ green 83 ◦ blue 20

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

Shades of Verdun Green #425314

Tints of Verdun Green #425314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.11%

 BLUE value IS 20 (8.2% from 255) = 11.83%

R = 39.05%
G = 49.11%
B = 11.83%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#425314 (or 0x425314) is known color: Verdun Green. HEX triplet: 42, 53 and 14. RGB value is (66,83,20). Sum of RGB (Red+Green+Blue) = 66+83+20=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #425314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425314 is #BDACEB. Grayscale: #464646. Windows color (decimal): -12430572 or 1332034. OLE color: 1332034.

HSL color Cylindrical-coordinate representation of color #425314: hue angle of 76.19º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #425314 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 83 20 -
CMYK 0.20 0 0.76 0.67
HSL 76.19º 0.61% 0.2% -
HSV(B) 76.19º 0.76% 0.33% -
XYZ 5.47 7.4 1.8 -
YUV 70.74 99.37 124.62 -
System Red Green Blue C M Y K H S L
Decimal 66 83 20 0.20 0 0.76 0.67 76.19 0.61 0.2
Hex 42 53 14 14 0 4C 43 4C 3D 14
Octal 102 123 24 24 0 114 103 114 75 24
Binary 1000010 1010011 10100 10100 0 1001100 1000011 1001100 111101 10100

Color Harmonies of #425314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425314

Black with #425314

Text Example


Text Example

White with #425314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425314; }

 p { color: rgb(66,83,20); }

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

background-color css

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

 a { background-color: rgb(66,83,20); }

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

border-color css

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

 span { border-color: rgb(66,83,20); }

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