Html Css Color HEX #465D12 Verdun Green

📋 copy color: '#465D12'

red 70 ◦ green 93 ◦ blue 18

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

Shades of Verdun Green #465D12

Tints of Verdun Green #465D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.94%

R = 38.67%
G = 51.38%
B = 9.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.81

 K value IS 0.64

RGB Variations

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

Color information

#465D12 (or 0x465D12) is known color: Verdun Green. HEX triplet: 46, 5D and 12. RGB value is (70,93,18). Sum of RGB (Red+Green+Blue) = 70+93+18=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 93 (36.72% from 255 or 51.38% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 93 - color contains mainly: green. Hex color #465D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465D12 is #B9A2ED. Grayscale: #4D4D4D. Windows color (decimal): -12165870 or 1203526. OLE color: 1203526.

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

Color convert

RGB 70 93 18 -
CMYK 0.25 0 0.81 0.64
HSL 78.4º 0.68% 0.22% -
HSV(B) 78.4º 0.81% 0.36% -
XYZ 6.55 9.17 2 -
YUV 77.57 94.38 122.6 -
System Red Green Blue C M Y K H S L
Decimal 70 93 18 0.25 0 0.81 0.64 78.4 0.68 0.22
Hex 46 5D 12 19 0 51 40 4E 44 16
Octal 106 135 22 31 0 121 100 116 104 26
Binary 1000110 1011101 10010 11001 0 1010001 1000000 1001110 1000100 10110

Color Harmonies of #465D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465D12

Black with #465D12

Text Example


Text Example

White with #465D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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