Html Css Color HEX #485106 Verdun Green

📋 copy color: '#485106'

red 72 ◦ green 81 ◦ blue 6

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

Shades of Verdun Green #485106

Tints of Verdun Green #485106

RGB

 RED value IS 72 (28.52% from 255) = 45.28%

 GREEN value IS 81 (32.03% from 255) = 50.94%

 BLUE value IS 6 (2.73% from 255) = 3.77%

R = 45.28%
G = 50.94%
B = 3.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#485106 (or 0x485106) is known color: Verdun Green. HEX triplet: 48, 51 and 06. RGB value is (72,81,6). Sum of RGB (Red+Green+Blue) = 72+81+6=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 81 (32.03% from 255 or 50.94% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 81 - color contains mainly: green. Hex color #485106 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485106 is #B7AEF9. Grayscale: #464646. Windows color (decimal): -12037882 or 414024. OLE color: 414024.

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

Color convert

RGB 72 81 6 -
CMYK 0.11 0 0.93 0.68
HSL 67.2º 0.86% 0.17% -
HSV(B) 67.2º 0.93% 0.32% -
XYZ 5.65 7.28 1.28 -
YUV 69.76 92.02 129.6 -
System Red Green Blue C M Y K H S L
Decimal 72 81 6 0.11 0 0.93 0.68 67.2 0.86 0.17
Hex 48 51 6 B 0 5D 44 43 56 11
Octal 110 121 6 13 0 135 104 103 126 21
Binary 1001000 1010001 110 1011 0 1011101 1000100 1000011 1010110 10001

Color Harmonies of #485106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485106

Black with #485106

Text Example


Text Example

White with #485106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485106; }

 p { color: rgb(72,81,6); }

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

background-color css

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

 a { background-color: rgb(72,81,6); }

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

border-color css

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

 span { border-color: rgb(72,81,6); }

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