Html Css Color HEX #465203 Verdun Green

📋 copy color: '#465203'

red 70 ◦ green 82 ◦ blue 3

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

Shades of Verdun Green #465203

Tints of Verdun Green #465203

RGB

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

 GREEN value IS 82 (32.42% from 255) = 52.9%

 BLUE value IS 3 (1.56% from 255) = 1.94%

R = 45.16%
G = 52.9%
B = 1.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#465203 (or 0x465203) is known color: Verdun Green. HEX triplet: 46, 52 and 03. RGB value is (70,82,3). Sum of RGB (Red+Green+Blue) = 70+82+3=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #465203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465203 is #B9ADFC. Grayscale: #454545. Windows color (decimal): -12168701 or 217670. OLE color: 217670.

HSL color Cylindrical-coordinate representation of color #465203: hue angle of 69.11º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #465203 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 82 3 -
CMYK 0.15 0 0.96 0.68
HSL 69.11º 0.93% 0.17% -
HSV(B) 69.11º 0.96% 0.32% -
XYZ 5.56 7.34 1.21 -
YUV 69.41 90.52 128.42 -
System Red Green Blue C M Y K H S L
Decimal 70 82 3 0.15 0 0.96 0.68 69.11 0.93 0.17
Hex 46 52 3 F 0 60 44 45 5D 11
Octal 106 122 3 17 0 140 104 105 135 21
Binary 1000110 1010010 11 1111 0 1100000 1000100 1000101 1011101 10001

Color Harmonies of #465203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465203

Black with #465203

Text Example


Text Example

White with #465203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465203; }

 p { color: rgb(70,82,3); }

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

background-color css

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

 a { background-color: rgb(70,82,3); }

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

border-color css

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

 span { border-color: rgb(70,82,3); }

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