#54632B

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

Shades of Dark Olive Green #54632B

Tints of Dark Olive Green #54632B

Color information

#54632B (or 0x54632B) is unknown color: approx Dark Olive Green. HEX triplet: 54, 63 and 2B. RGB value is (84,99,43). Sum of RGB (Red+Green+Blue) = 84+99+43=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 99 - color contains mainly: green. Hex color #54632B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54632B is #AB9CD4. Grayscale: #585858. Windows color (decimal): -11246805 or 2843476. OLE color: 2843476.

HSL color Cylindrical-coordinate representation of color #54632B: hue angle of 76.07º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54632B is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB849943-
CMYK0.1500.570.61
HSL76.07º39.44%27.84%-
HSV(B)76.07º56.57%38.82%-
XYZ8.5510.983.95-
YUV88.13102.53125.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.17%
GREEN value IS 99 (39.06% from 255) = 43.81%
BLUE value IS 43 (17.19% from 255) = 19.03%
R=37.17%
G=43.81%
B=19.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8499430.1500.570.6176.0739.4427.84
Hex54632BF0393D4c271c
Octal1241435317071751144734
Binary1010100110001110101111110111001111101100110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54632B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54632B; }

 p { color: rgb(84,99,43); }

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

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

 a { background-color: rgb(84,99,43); }

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

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

 span { border-color: rgb(84,99,43); }

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