Html Css Color HEX #465C1A Verdun Green

📋 copy color: '#465C1A'

red 70 ◦ green 92 ◦ blue 26

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

Shades of Verdun Green #465C1A

Tints of Verdun Green #465C1A

RGB

 RED value IS 70 (27.73% from 255) = 37.23%

 GREEN value IS 92 (36.33% from 255) = 48.94%

 BLUE value IS 26 (10.55% from 255) = 13.83%

R = 37.23%
G = 48.94%
B = 13.83%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.72

 K value IS 0.64

RGB Variations

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

Color information

#465C1A (or 0x465C1A) is known color: Verdun Green. HEX triplet: 46, 5C and 1A. RGB value is (70,92,26). Sum of RGB (Red+Green+Blue) = 70+92+26=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 92 (36.33% from 255 or 48.94% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 92 - color contains mainly: green. Hex color #465C1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465C1A is #B9A3E5. Grayscale: #4E4E4E. Windows color (decimal): -12166118 or 1727558. OLE color: 1727558.

HSL color Cylindrical-coordinate representation of color #465C1A: hue angle of 80º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #465C1A is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 92 26 -
CMYK 0.24 0 0.72 0.64
HSL 80º 0.56% 0.23% -
HSV(B) 80º 0.72% 0.36% -
XYZ 6.54 9.03 2.38 -
YUV 77.9 98.71 122.37 -
System Red Green Blue C M Y K H S L
Decimal 70 92 26 0.24 0 0.72 0.64 80 0.56 0.23
Hex 46 5C 1A 18 0 48 40 50 38 17
Octal 106 134 32 30 0 110 100 120 70 27
Binary 1000110 1011100 11010 11000 0 1001000 1000000 1010000 111000 10111

Color Harmonies of #465C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C1A

Black with #465C1A

Text Example


Text Example

White with #465C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465C1A; }

 p { color: rgb(70,92,26); }

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

background-color css

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

 a { background-color: rgb(70,92,26); }

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

border-color css

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

 span { border-color: rgb(70,92,26); }

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