Html Css Color HEX #465C0A Verdun Green

📋 copy color: '#465C0A'

red 70 ◦ green 92 ◦ blue 10

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

Shades of Verdun Green #465C0A

Tints of Verdun Green #465C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.81%

R = 40.7%
G = 53.49%
B = 5.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.89

 K value IS 0.64

RGB Variations

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

Color information

#465C0A (or 0x465C0A) is known color: Verdun Green. HEX triplet: 46, 5C and 0A. RGB value is (70,92,10). Sum of RGB (Red+Green+Blue) = 70+92+10=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 92 (36.33% from 255 or 53.49% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 92 - color contains mainly: green. Hex color #465C0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465C0A is #B9A3F5. Grayscale: #4C4C4C. Windows color (decimal): -12166134 or 678982. OLE color: 678982.

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

Color convert

RGB 70 92 10 -
CMYK 0.24 0 0.89 0.64
HSL 76.1º 0.8% 0.2% -
HSV(B) 76.1º 0.89% 0.36% -
XYZ 6.41 8.98 1.68 -
YUV 76.07 90.71 123.67 -
System Red Green Blue C M Y K H S L
Decimal 70 92 10 0.24 0 0.89 0.64 76.1 0.8 0.2
Hex 46 5C A 18 0 59 40 4C 50 14
Octal 106 134 12 30 0 131 100 114 120 24
Binary 1000110 1011100 1010 11000 0 1011001 1000000 1001100 1010000 10100

Color Harmonies of #465C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C0A

Black with #465C0A

Text Example


Text Example

White with #465C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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