Html Css Color HEX #465C15 Verdun Green

📋 copy color: '#465C15'

red 70 ◦ green 92 ◦ blue 21

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

Shades of Verdun Green #465C15

Tints of Verdun Green #465C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.48%

R = 38.25%
G = 50.27%
B = 11.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.77

 K value IS 0.64

RGB Variations

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

Color information

#465C15 (or 0x465C15) is known color: Verdun Green. HEX triplet: 46, 5C and 15. RGB value is (70,92,21). Sum of RGB (Red+Green+Blue) = 70+92+21=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 92 (36.33% from 255 or 50.27% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 92 - color contains mainly: green. Hex color #465C15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465C15 is #B9A3EA. Grayscale: #4D4D4D. Windows color (decimal): -12166123 or 1399878. OLE color: 1399878.

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

Color convert

RGB 70 92 21 -
CMYK 0.24 0 0.77 0.64
HSL 78.59º 0.63% 0.22% -
HSV(B) 78.59º 0.77% 0.36% -
XYZ 6.49 9.01 2.11 -
YUV 77.33 96.21 122.77 -
System Red Green Blue C M Y K H S L
Decimal 70 92 21 0.24 0 0.77 0.64 78.59 0.63 0.22
Hex 46 5C 15 18 0 4D 40 4F 3F 16
Octal 106 134 25 30 0 115 100 117 77 26
Binary 1000110 1011100 10101 11000 0 1001101 1000000 1001111 111111 10110

Color Harmonies of #465C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C15

Black with #465C15

Text Example


Text Example

White with #465C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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