Html Css Color HEX #464203 Verdun Green

📋 copy color: '#464203'

red 70 ◦ green 66 ◦ blue 3

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

Shades of Verdun Green #464203

Tints of Verdun Green #464203

RGB

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

 GREEN value IS 66 (26.17% from 255) = 47.48%

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

R = 50.36%
G = 47.48%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.73

RGB Variations

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

Color information

#464203 (or 0x464203) is known color: Verdun Green. HEX triplet: 46, 42 and 03. RGB value is (70,66,3). Sum of RGB (Red+Green+Blue) = 70+66+3=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #464203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464203 is #B9BDFC. Grayscale: #3C3C3C. Windows color (decimal): -12172797 or 213574. OLE color: 213574.

HSL color Cylindrical-coordinate representation of color #464203: hue angle of 56.42º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #464203 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 66 3 -
CMYK 0 0.06 0.96 0.73
HSL 56.42º 0.92% 0.14% -
HSV(B) 56.42º 0.96% 0.27% -
XYZ 4.49 5.21 0.85 -
YUV 60.01 95.83 135.12 -
System Red Green Blue C M Y K H S L
Decimal 70 66 3 0 0.06 0.96 0.73 56.42 0.92 0.14
Hex 46 42 3 0 6 60 49 38 5C E
Octal 106 102 3 0 6 140 111 70 134 16
Binary 1000110 1000010 11 0 110 1100000 1001001 111000 1011100 1110

Color Harmonies of #464203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464203

Black with #464203

Text Example


Text Example

White with #464203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464203; }

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

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

background-color css

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

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

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

border-color css

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

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

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