Html Css Color HEX #485C04 Verdun Green

📋 copy color: '#485C04'

red 72 ◦ green 92 ◦ blue 4

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

Shades of Verdun Green #485C04

Tints of Verdun Green #485C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.38%

R = 42.86%
G = 54.76%
B = 2.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.64

RGB Variations

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

Color information

#485C04 (or 0x485C04) is known color: Verdun Green. HEX triplet: 48, 5C and 04. RGB value is (72,92,4). Sum of RGB (Red+Green+Blue) = 72+92+4=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 92 (36.33% from 255 or 54.76% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 92 - color contains mainly: green. Hex color #485C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485C04 is #B7A3FB. Grayscale: #4C4C4C. Windows color (decimal): -12035068 or 285768. OLE color: 285768.

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

Color convert

RGB 72 92 4 -
CMYK 0.22 0 0.96 0.64
HSL 73.64º 0.92% 0.19% -
HSV(B) 73.64º 0.96% 0.36% -
XYZ 6.52 9.04 1.52 -
YUV 75.99 87.37 125.16 -
System Red Green Blue C M Y K H S L
Decimal 72 92 4 0.22 0 0.96 0.64 73.64 0.92 0.19
Hex 48 5C 4 16 0 60 40 4A 5C 13
Octal 110 134 4 26 0 140 100 112 134 23
Binary 1001000 1011100 100 10110 0 1100000 1000000 1001010 1011100 10011

Color Harmonies of #485C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485C04

Black with #485C04

Text Example


Text Example

White with #485C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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