Html Css Color HEX #545308 Verdun Green

📋 copy color: '#545308'

red 84 ◦ green 83 ◦ blue 8

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

Shades of Verdun Green #545308

Tints of Verdun Green #545308

RGB

 RED value IS 84 (33.2% from 255) = 48%

 GREEN value IS 83 (32.81% from 255) = 47.43%

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

R = 48%
G = 47.43%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#545308 (or 0x545308) is known color: Verdun Green. HEX triplet: 54, 53 and 08. RGB value is (84,83,8). Sum of RGB (Red+Green+Blue) = 84+83+8=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #545308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545308 is #ABACF7. Grayscale: #4B4B4B. Windows color (decimal): -11250936 or 545620. OLE color: 545620.

HSL color Cylindrical-coordinate representation of color #545308: hue angle of 59.21º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #545308 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 83 8 -
CMYK 0 0.01 0.90 0.67
HSL 59.21º 0.83% 0.18% -
HSV(B) 59.21º 0.9% 0.33% -
XYZ 6.79 8.09 1.43 -
YUV 74.75 90.33 134.6 -
System Red Green Blue C M Y K H S L
Decimal 84 83 8 0 0.01 0.90 0.67 59.21 0.83 0.18
Hex 54 53 8 0 1 5A 43 3B 53 12
Octal 124 123 10 0 1 132 103 73 123 22
Binary 1010100 1010011 1000 0 1 1011010 1000011 111011 1010011 10010

Color Harmonies of #545308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545308

Black with #545308

Text Example


Text Example

White with #545308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545308; }

 p { color: rgb(84,83,8); }

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

background-color css

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

 a { background-color: rgb(84,83,8); }

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

border-color css

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

 span { border-color: rgb(84,83,8); }

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