Html Css Color HEX #485C08 Verdun Green

📋 copy color: '#485C08'

red 72 ◦ green 92 ◦ blue 8

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

Shades of Verdun Green #485C08

Tints of Verdun Green #485C08

RGB

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

 GREEN value IS 92 (36.33% from 255) = 53.49%

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

R = 41.86%
G = 53.49%
B = 4.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.64

RGB Variations

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

Color information

#485C08 (or 0x485C08) is known color: Verdun Green. HEX triplet: 48, 5C and 08. RGB value is (72,92,8). Sum of RGB (Red+Green+Blue) = 72+92+8=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 92 (36.33% from 255 or 53.49% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 92 - color contains mainly: green. Hex color #485C08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485C08 is #B7A3F7. Grayscale: #4C4C4C. Windows color (decimal): -12035064 or 547912. OLE color: 547912.

HSL color Cylindrical-coordinate representation of color #485C08: hue angle of 74.29º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #485C08 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 92 8 -
CMYK 0.22 0 0.91 0.64
HSL 74.29º 0.84% 0.2% -
HSV(B) 74.29º 0.91% 0.36% -
XYZ 6.54 9.05 1.63 -
YUV 76.44 89.37 124.83 -
System Red Green Blue C M Y K H S L
Decimal 72 92 8 0.22 0 0.91 0.64 74.29 0.84 0.2
Hex 48 5C 8 16 0 5B 40 4A 54 14
Octal 110 134 10 26 0 133 100 112 124 24
Binary 1001000 1011100 1000 10110 0 1011011 1000000 1001010 1010100 10100

Color Harmonies of #485C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485C08

Black with #485C08

Text Example


Text Example

White with #485C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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