Html Css Color HEX #465A1C Verdun Green

📋 copy color: '#465A1C'

red 70 ◦ green 90 ◦ blue 28

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

Shades of Verdun Green #465A1C

Tints of Verdun Green #465A1C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 47.87%

 BLUE value IS 28 (11.33% from 255) = 14.89%

R = 37.23%
G = 47.87%
B = 14.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#465A1C (or 0x465A1C) is known color: Verdun Green. HEX triplet: 46, 5A and 1C. RGB value is (70,90,28). Sum of RGB (Red+Green+Blue) = 70+90+28=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 90 - color contains mainly: green. Hex color #465A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465A1C is #B9A5E3. Grayscale: #4D4D4D. Windows color (decimal): -12166628 or 1858118. OLE color: 1858118.

HSL color Cylindrical-coordinate representation of color #465A1C: hue angle of 79.35º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #465A1C is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 90 28 -
CMYK 0.22 0 0.69 0.65
HSL 79.35º 0.53% 0.23% -
HSV(B) 79.35º 0.69% 0.35% -
XYZ 6.39 8.7 2.44 -
YUV 76.95 100.37 123.04 -
System Red Green Blue C M Y K H S L
Decimal 70 90 28 0.22 0 0.69 0.65 79.35 0.53 0.23
Hex 46 5A 1C 16 0 45 41 4F 35 17
Octal 106 132 34 26 0 105 101 117 65 27
Binary 1000110 1011010 11100 10110 0 1000101 1000001 1001111 110101 10111

Color Harmonies of #465A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A1C

Black with #465A1C

Text Example


Text Example

White with #465A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,90,28); }

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

background-color css

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

 a { background-color: rgb(70,90,28); }

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

border-color css

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

 span { border-color: rgb(70,90,28); }

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