Html Css Color HEX #465D0F Verdun Green

📋 copy color: '#465D0F'

red 70 ◦ green 93 ◦ blue 15

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

Shades of Verdun Green #465D0F

Tints of Verdun Green #465D0F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 52.25%

 BLUE value IS 15 (6.25% from 255) = 8.43%

R = 39.33%
G = 52.25%
B = 8.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.84

 K value IS 0.64

RGB Variations

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

Color information

#465D0F (or 0x465D0F) is known color: Verdun Green. HEX triplet: 46, 5D and 0F. RGB value is (70,93,15). Sum of RGB (Red+Green+Blue) = 70+93+15=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 93 (36.72% from 255 or 52.25% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 93 - color contains mainly: green. Hex color #465D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465D0F is #B9A2F0. Grayscale: #4D4D4D. Windows color (decimal): -12165873 or 1006918. OLE color: 1006918.

HSL color Cylindrical-coordinate representation of color #465D0F: hue angle of 77.69º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #465D0F is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 93 15 -
CMYK 0.25 0 0.84 0.64
HSL 77.69º 0.72% 0.21% -
HSV(B) 77.69º 0.84% 0.36% -
XYZ 6.53 9.17 1.88 -
YUV 77.23 92.88 122.84 -
System Red Green Blue C M Y K H S L
Decimal 70 93 15 0.25 0 0.84 0.64 77.69 0.72 0.21
Hex 46 5D F 19 0 54 40 4E 48 15
Octal 106 135 17 31 0 124 100 116 110 25
Binary 1000110 1011101 1111 11001 0 1010100 1000000 1001110 1001000 10101

Color Harmonies of #465D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465D0F

Black with #465D0F

Text Example


Text Example

White with #465D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,93,15); }

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

background-color css

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

 a { background-color: rgb(70,93,15); }

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

border-color css

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

 span { border-color: rgb(70,93,15); }

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