Html Css Color HEX #465C1E Verdun Green

📋 copy color: '#465C1E'

red 70 ◦ green 92 ◦ blue 30

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

Shades of Verdun Green #465C1E

Tints of Verdun Green #465C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.63%

R = 36.46%
G = 47.92%
B = 15.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#465C1E (or 0x465C1E) is known color: Verdun Green. HEX triplet: 46, 5C and 1E. RGB value is (70,92,30). Sum of RGB (Red+Green+Blue) = 70+92+30=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 92 (36.33% from 255 or 47.92% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 92 - color contains mainly: green. Hex color #465C1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465C1E is #B9A3E1. Grayscale: #4E4E4E. Windows color (decimal): -12166114 or 1989702. OLE color: 1989702.

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

Color convert

RGB 70 92 30 -
CMYK 0.24 0 0.67 0.64
HSL 81.29º 0.51% 0.24% -
HSV(B) 81.29º 0.67% 0.36% -
XYZ 6.59 9.05 2.63 -
YUV 78.35 100.71 122.04 -
System Red Green Blue C M Y K H S L
Decimal 70 92 30 0.24 0 0.67 0.64 81.29 0.51 0.24
Hex 46 5C 1E 18 0 43 40 51 33 18
Octal 106 134 36 30 0 103 100 121 63 30
Binary 1000110 1011100 11110 11000 0 1000011 1000000 1010001 110011 11000

Color Harmonies of #465C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C1E

Black with #465C1E

Text Example


Text Example

White with #465C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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