Html Css Color HEX #54610D Verdun Green

📋 copy color: '#54610D'

red 84 ◦ green 97 ◦ blue 13

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

Shades of Verdun Green #54610D

Tints of Verdun Green #54610D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50%

 BLUE value IS 13 (5.47% from 255) = 6.7%

R = 43.3%
G = 50%
B = 6.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#54610D (or 0x54610D) is known color: Verdun Green. HEX triplet: 54, 61 and 0D. RGB value is (84,97,13). Sum of RGB (Red+Green+Blue) = 84+97+13=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #54610D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54610D is #AB9EF2. Grayscale: #535353. Windows color (decimal): -11247347 or 876884. OLE color: 876884.

HSL color Cylindrical-coordinate representation of color #54610D: hue angle of 69.29º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #54610D is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 97 13 -
CMYK 0.13 0 0.87 0.62
HSL 69.29º 0.76% 0.22% -
HSV(B) 69.29º 0.87% 0.38% -
XYZ 8 10.46 1.98 -
YUV 83.54 88.19 128.33 -
System Red Green Blue C M Y K H S L
Decimal 84 97 13 0.13 0 0.87 0.62 69.29 0.76 0.22
Hex 54 61 D D 0 57 3E 45 4C 16
Octal 124 141 15 15 0 127 76 105 114 26
Binary 1010100 1100001 1101 1101 0 1010111 111110 1000101 1001100 10110

Color Harmonies of #54610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54610D

Black with #54610D

Text Example


Text Example

White with #54610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54610D; }

 p { color: rgb(84,97,13); }

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

background-color css

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

 a { background-color: rgb(84,97,13); }

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

border-color css

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

 span { border-color: rgb(84,97,13); }

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