Html Css Color HEX #465F1B Verdun Green

📋 copy color: '#465F1B'

red 70 ◦ green 95 ◦ blue 27

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

Shades of Verdun Green #465F1B

Tints of Verdun Green #465F1B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 49.48%

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

R = 36.46%
G = 49.48%
B = 14.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.72

 K value IS 0.63

RGB Variations

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

Color information

#465F1B (or 0x465F1B) is known color: Verdun Green. HEX triplet: 46, 5F and 1B. RGB value is (70,95,27). Sum of RGB (Red+Green+Blue) = 70+95+27=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 95 (37.5% from 255 or 49.48% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 95 - color contains mainly: green. Hex color #465F1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465F1B is #B9A0E4. Grayscale: #505050. Windows color (decimal): -12165349 or 1793862. OLE color: 1793862.

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

Color convert

RGB 70 95 27 -
CMYK 0.26 0 0.72 0.63
HSL 82.06º 0.56% 0.24% -
HSV(B) 82.06º 0.72% 0.37% -
XYZ 6.82 9.57 2.52 -
YUV 79.77 98.22 121.03 -
System Red Green Blue C M Y K H S L
Decimal 70 95 27 0.26 0 0.72 0.63 82.06 0.56 0.24
Hex 46 5F 1B 1A 0 48 3F 52 38 18
Octal 106 137 33 32 0 110 77 122 70 30
Binary 1000110 1011111 11011 11010 0 1001000 111111 1010010 111000 11000

Color Harmonies of #465F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465F1B

Black with #465F1B

Text Example


Text Example

White with #465F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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