Html Css Color HEX #485108 Verdun Green

📋 copy color: '#485108'

red 72 ◦ green 81 ◦ blue 8

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

Shades of Verdun Green #485108

Tints of Verdun Green #485108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.97%

R = 44.72%
G = 50.31%
B = 4.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#485108 (or 0x485108) is known color: Verdun Green. HEX triplet: 48, 51 and 08. RGB value is (72,81,8). Sum of RGB (Red+Green+Blue) = 72+81+8=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 81 (32.03% from 255 or 50.31% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 81 - color contains mainly: green. Hex color #485108 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485108 is #B7AEF7. Grayscale: #464646. Windows color (decimal): -12037880 or 545096. OLE color: 545096.

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

Color convert

RGB 72 81 8 -
CMYK 0.11 0 0.90 0.68
HSL 67.4º 0.82% 0.17% -
HSV(B) 67.4º 0.9% 0.32% -
XYZ 5.66 7.28 1.34 -
YUV 69.99 93.02 129.44 -
System Red Green Blue C M Y K H S L
Decimal 72 81 8 0.11 0 0.90 0.68 67.4 0.82 0.17
Hex 48 51 8 B 0 5A 44 43 52 11
Octal 110 121 10 13 0 132 104 103 122 21
Binary 1001000 1010001 1000 1011 0 1011010 1000100 1000011 1010010 10001

Color Harmonies of #485108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485108

Black with #485108

Text Example


Text Example

White with #485108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485108; }

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

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

background-color css

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

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

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

border-color css

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

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

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