Html Css Color HEX #485E0B Verdun Green

📋 copy color: '#485E0B'

red 72 ◦ green 94 ◦ blue 11

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

Shades of Verdun Green #485E0B

Tints of Verdun Green #485E0B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 53.11%

 BLUE value IS 11 (4.69% from 255) = 6.21%

R = 40.68%
G = 53.11%
B = 6.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.63

RGB Variations

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

Color information

#485E0B (or 0x485E0B) is known color: Verdun Green. HEX triplet: 48, 5E and 0B. RGB value is (72,94,11). Sum of RGB (Red+Green+Blue) = 72+94+11=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 94 (37.11% from 255 or 53.11% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 94 - color contains mainly: green. Hex color #485E0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485E0B is #B7A1F4. Grayscale: #4E4E4E. Windows color (decimal): -12034549 or 745032. OLE color: 745032.

HSL color Cylindrical-coordinate representation of color #485E0B: hue angle of 75.9º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #485E0B is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 94 11 -
CMYK 0.23 0 0.88 0.63
HSL 75.9º 0.79% 0.21% -
HSV(B) 75.9º 0.88% 0.37% -
XYZ 6.74 9.41 1.78 -
YUV 77.96 90.21 123.75 -
System Red Green Blue C M Y K H S L
Decimal 72 94 11 0.23 0 0.88 0.63 75.9 0.79 0.21
Hex 48 5E B 17 0 58 3F 4C 4F 15
Octal 110 136 13 27 0 130 77 114 117 25
Binary 1001000 1011110 1011 10111 0 1011000 111111 1001100 1001111 10101

Color Harmonies of #485E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485E0B

Black with #485E0B

Text Example


Text Example

White with #485E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485E0B; }

 p { color: rgb(72,94,11); }

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

background-color css

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

 a { background-color: rgb(72,94,11); }

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

border-color css

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

 span { border-color: rgb(72,94,11); }

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