#54672F

Color #54672F Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #54672F

Tints of Dark Olive Green #54672F

Color information

#54672F (or 0x54672F) is unknown color: approx Dark Olive Green. HEX triplet: 54, 67 and 2F. RGB value is (84,103,47). Sum of RGB (Red+Green+Blue) = 84+103+47=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 103 (40.62% from 255 or 44.02% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 103 - color contains mainly: green. Hex color #54672F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54672F is #AB98D0. Grayscale: #5B5B5B. Windows color (decimal): -11245777 or 3106644. OLE color: 3106644.

HSL color Cylindrical-coordinate representation of color #54672F: hue angle of 80.36º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54672F is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB8410347-
CMYK0.1800.540.60
HSL80.36º37.33%29.41%-
HSV(B)80.36º54.37%40.39%-
XYZ9.0211.794.49-
YUV90.94103.21123.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.90%
GREEN value IS 103 (40.62% from 255) = 44.02%
BLUE value IS 47 (18.75% from 255) = 20.09%
R=35.90%
G=44.02%
B=20.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84103470.1800.540.6080.3637.3329.41
Hex54672F120363C50251d
Octal1241475722066741204535
Binary10101001100111101111100100110110111100101000010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54672F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54672F; }

 p { color: rgb(84,103,47); }

 H1.HeaderClassName
 {
   color: #54672F;
 }
 .AnyTagClassName
 {
   color: #54672F;
 }
</style>
background-color css

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

 a { background-color: rgb(84,103,47); }

 div.DivClassName
 {
   background-color: #54672F;
 }
 .BgClassName
 {
   background-color: #54672F;
 }
</style>
border-color css

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

 span { border-color: rgb(84,103,47); }

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