Html Css Color HEX #465C1B Verdun Green

📋 copy color: '#465C1B'

red 70 ◦ green 92 ◦ blue 27

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

Shades of Verdun Green #465C1B

Tints of Verdun Green #465C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.29%

R = 37.04%
G = 48.68%
B = 14.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.64

RGB Variations

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

Color information

#465C1B (or 0x465C1B) is known color: Verdun Green. HEX triplet: 46, 5C and 1B. RGB value is (70,92,27). Sum of RGB (Red+Green+Blue) = 70+92+27=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 92 (36.33% from 255 or 48.68% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 92 - color contains mainly: green. Hex color #465C1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465C1B is #B9A3E4. Grayscale: #4E4E4E. Windows color (decimal): -12166117 or 1793094. OLE color: 1793094.

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

Color convert

RGB 70 92 27 -
CMYK 0.24 0 0.71 0.64
HSL 80.31º 0.55% 0.23% -
HSV(B) 80.31º 0.71% 0.36% -
XYZ 6.55 9.04 2.44 -
YUV 78.01 99.21 122.29 -
System Red Green Blue C M Y K H S L
Decimal 70 92 27 0.24 0 0.71 0.64 80.31 0.55 0.23
Hex 46 5C 1B 18 0 47 40 50 37 17
Octal 106 134 33 30 0 107 100 120 67 27
Binary 1000110 1011100 11011 11000 0 1000111 1000000 1010000 110111 10111

Color Harmonies of #465C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C1B

Black with #465C1B

Text Example


Text Example

White with #465C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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