Html Css Color HEX #485C12 Verdun Green

📋 copy color: '#485C12'

red 72 ◦ green 92 ◦ blue 18

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

Shades of Verdun Green #485C12

Tints of Verdun Green #485C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.89%

R = 39.56%
G = 50.55%
B = 9.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.64

RGB Variations

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

Color information

#485C12 (or 0x485C12) is known color: Verdun Green. HEX triplet: 48, 5C and 12. RGB value is (72,92,18). Sum of RGB (Red+Green+Blue) = 72+92+18=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 92 (36.33% from 255 or 50.55% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 92 - color contains mainly: green. Hex color #485C12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485C12 is #B7A3ED. Grayscale: #4D4D4D. Windows color (decimal): -12035054 or 1203272. OLE color: 1203272.

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

Color convert

RGB 72 92 18 -
CMYK 0.22 0 0.80 0.64
HSL 76.22º 0.67% 0.22% -
HSV(B) 76.22º 0.8% 0.36% -
XYZ 6.61 9.08 1.98 -
YUV 77.58 94.37 124.02 -
System Red Green Blue C M Y K H S L
Decimal 72 92 18 0.22 0 0.80 0.64 76.22 0.67 0.22
Hex 48 5C 12 16 0 50 40 4C 43 16
Octal 110 134 22 26 0 120 100 114 103 26
Binary 1001000 1011100 10010 10110 0 1010000 1000000 1001100 1000011 10110

Color Harmonies of #485C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485C12

Black with #485C12

Text Example


Text Example

White with #485C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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