Html Css Color HEX #485107 Verdun Green

📋 copy color: '#485107'

red 72 ◦ green 81 ◦ blue 7

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

Shades of Verdun Green #485107

Tints of Verdun Green #485107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.38%

R = 45%
G = 50.63%
B = 4.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#485107 (or 0x485107) is known color: Verdun Green. HEX triplet: 48, 51 and 07. RGB value is (72,81,7). Sum of RGB (Red+Green+Blue) = 72+81+7=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 81 (32.03% from 255 or 50.62% from 160); Blue value is 7 (3.12% from 255 or 4.38% from 160); Max value from RGB is 81 - color contains mainly: green. Hex color #485107 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485107 is #B7AEF8. Grayscale: #464646. Windows color (decimal): -12037881 or 479560. OLE color: 479560.

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

Color convert

RGB 72 81 7 -
CMYK 0.11 0 0.91 0.68
HSL 67.3º 0.84% 0.17% -
HSV(B) 67.3º 0.91% 0.32% -
XYZ 5.65 7.28 1.31 -
YUV 69.87 92.52 129.52 -
System Red Green Blue C M Y K H S L
Decimal 72 81 7 0.11 0 0.91 0.68 67.3 0.84 0.17
Hex 48 51 7 B 0 5B 44 43 54 11
Octal 110 121 7 13 0 133 104 103 124 21
Binary 1001000 1010001 111 1011 0 1011011 1000100 1000011 1010100 10001

Color Harmonies of #485107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485107

Black with #485107

Text Example


Text Example

White with #485107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485107; }

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

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

background-color css

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

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

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

border-color css

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

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

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